add call to a recurring campaign
POST add call to campaign
Payload expects the following keys with headers key for Content-Type as application/json ::
cURL request would be::
token, workspaceId, campaignId and customerNumber fields and their values must be present and have string types.
customerNumber is the number to be called. This must have country code present with plus sign. and not have any spaces, hyphens , braces or any other chars persent.
An example of accepted number would be "+10909090909"
An example of rejected numbers would be "0909090909" ( missing country code), "09 09009009" (contains space), "(+109)-(090)-(0909)" (contains disallowed characters).
Last updated
Was this helpful?