Authorizations
API key authentication
Body
application/json
Array of data objects to process in the campaign
Response
Campaign started successfully
curl --request POST \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voicev1/{deploymentId}/campaigns/{campaignId}/run \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "data": [
    {
      "id": "<string>",
      "phoneNumber": "<string>",
      "status": "PENDING"
    }
  ]
}'curl --request POST \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{workerId}/deployments/voicev1/{deploymentId}/campaigns/{campaignId}/run \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "data": [
    {
      "id": "<string>",
      "phoneNumber": "<string>",
      "status": "PENDING"
    }
  ]
}'API key authentication
Array of data objects to process in the campaign
Show child attributes
Campaign started successfully