Add Contact to Campaign
Add a contact to a campaign as a campaign member. The contact is identified by cnvContactId, userId, or email.
Request access. This endpoint is not enabled by default, contact the Conversion team to request access. Calls from accounts without it return
403 export_not_enabled.
Authorizations
Your Conversion API key. Found in Settings > Integrations in the dashboard. Format: sk_live_<key_id>_<secret>.
Path Parameters
The ID of the campaign to add the contact to.
Body
The contact's email address. At least one of cnvContactId, userId, or email is required.
"jane@example.com"
The Conversion contact ID. At least one of cnvContactId, userId, or email is required.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
An external user identifier for the contact. At least one of cnvContactId, userId, or email is required.
"user_12345"
Response
Contact added to the campaign successfully.