curl --request POST \
--url https://api.cleartalk.ai/callback/standardCampaign \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"contact_id": "I288bgrq0LlKLbW9tBng",
"campaign_id": "fc464efb-0725-4d7e-a7f3-3f7d30ec403a",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"email": "<string>",
"phone": "<string>",
"tags": "<string>",
"country": "<string>",
"date_created": "<string>",
"company_name": "<string>",
"full_address": "<string>",
"contact_type": "<string>",
"location": {},
"workflow": {},
"triggerData": {},
"customData": {}
}
'curl --request POST \
--url https://api.cleartalk.ai/callback/standardCampaign \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"contact_id": "I288bgrq0LlKLbW9tBng",
"campaign_id": "fc464efb-0725-4d7e-a7f3-3f7d30ec403a",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>",
"email": "<string>",
"phone": "<string>",
"tags": "<string>",
"country": "<string>",
"date_created": "<string>",
"company_name": "<string>",
"full_address": "<string>",
"contact_type": "<string>",
"location": {},
"workflow": {},
"triggerData": {},
"customData": {}
}
'API Key for authentication
GHL contact ID to call
"I288bgrq0LlKLbW9tBng"
Standard campaign ID (top-level for Format 1, or in customData for Format 2)
"fc464efb-0725-4d7e-a7f3-3f7d30ec403a"
Custom data object containing campaign_id and other fields (Format 2)
Standard Campaign call triggered successfully