curl --request POST \
--url https://services.leadconnectorhq.com/contacts/{contactId}/campaigns/{campaignId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{}'{
"succeded": true
}Add contact to Campaign
curl --request POST \
--url https://services.leadconnectorhq.com/contacts/{contactId}/campaigns/{campaignId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '{}'{
"succeded": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Contact Id
"3bZD1nQzbul0MCancbQD"
Campaigns Id
"Y2I9XM7aO1hncuSOlc9L"
The body is of type object.
Successful response
true
Was this page helpful?