Company logoTrust Center Documentation
API v1 ReferenceUpdatesIdSend now

Send published update now

Queue delivery for a published update using its selected channels. Browse request parameters, authentication requirements, response payloads, and working…

Queue delivery for a published update using its selected channels.

POST
/api/v1/updates/{id}/send-now

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Update ID

Response Body

application/json

curl -X POST "https://app.orbiqhq.com/api/v1/updates/string/send-now"
{
  "success": true,
  "data": {
    "acknowledged": true
  }
}
Empty
Empty
Empty

How is this guide?