POST
/
campaigns
/
{campaignId}
/
calls
/
{callId}
/
setStatus
curl --request POST \
  --url https://api.voxia.ai/campaigns/{campaignId}/calls/{callId}/setStatus \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

campaignId
string
required

Id of the campaign as a string ObjectId value.

callId
string
required

Id of the call as a string ObjectId value.

Query Parameters

callStatus
enum<string>
required

New status to set for the given call

Available options:
INTERESTED,
NOT_INTERESTED,
VOICE_MAIL,
CALL_ME_LATER,
DO_NOT_CALL,
WRONG_NUMBER,
COMPLETED