cURL
curl --request POST \ --url https://api.callers.ai/campaigns/{campaignId}/contacts \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "phoneNumber": "<string>", "data": {}, "phoneNumbers": [ "<string>" ], "archived": false } '
{ "contactId": "<string>", "created": true, "modified": true }
Adds a contact to the specified campaign. Optionally fixes US phone numbers by adding a leading 1 if not present.
Optional sub organization ID. Must belong to your main organization API key.
Will add 1 to the phone number if it doesn't starts with 1
1
7 - 20
Show child attributes
ID of the created or updated contact.
True if a new contact was created.
True if an existing contact was modified.