Skip to main content
POST
/
api
/
v1
/
campaigns
/
{id}
/
dispatch
/
Dispatch campaign
curl --request POST \
  --url https://api.rezora.io/api/v1/campaigns/{id}/dispatch/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "triggered_by": "<string>"
}
'
{
  "success": true,
  "campaign_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "triggered_by": "<string>",
  "reason": "<string>",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

triggered_by
string

Response

200 - application/json
success
boolean
required
campaign_id
string<uuid>
triggered_by
string
reason
string
detail
string