Skip to main content
POST
Update call status

Authorizations

Authorization
string
header
required

Headers

x-sub-organization-id
string

Optional sub organization ID. Must belong to your main organization API key.

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

callReachedGoal
string
required

New reached success criteria status for the given call

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

Response

200 - undefined