Add Contact to Campaign
POST/contacts/:contactId/campaigns/:campaignId
Add contact to Campaign
Request
Version stringrequired
API Version
Available options
v3contactId stringrequired
Contact Id
campaignId stringrequired
Campaign Id
- application/json
- Body
- Example (auto)
Bodyrequired
object
{}
Successful response
- application/json
- Schema
- Example (auto)
Schema
succeededboolean
Whether the campaign operation was successful
succededbooleandeprecated
Legacy misspelling of succeeded. Deprecated; use succeeded.
{
"succeeded": true
}