cURL
curl --request POST \ --url https://my.cald.ai/client/api/v1/lists/{listId}/contacts \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "contacts": [ { "phoneNumber": "<string>", "prospectName": "<string>", "email": "<string>", "yourCustomVariable": "<string>" } ] } '
{ "status": "<string>" }
Upload contacts to a specific list
Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0
caldLiveDe39a3accb206dd615f30d118e519df0
The list ID of the list
List of contacts to upload
Show child attributes
Success
Whether the contacts were successfully uploaded, can be either success or failed
success
failed