Campaign Contact
Campaign Contacts are contacts that have been added to a campaign and will receive campaign-related messages.
After a contact has been added to a campaign, Contact Communications and/or Agent Tasks will be created and scheduled based on information specified by the Campaign Actions
The following fields relate to the Campaign Contacts endpoint.
Field | Limits | Required? | Writeable? |
---|---|---|---|
contact_id | Yes | Yes | |
The ID of the contact for whom you want to initiate a campaign for |
Submit one Campaign Contact
A contact can only be added to a campaign that is owned by the user or was shared by the user's broker
The following users can initiate a campaign for a contact:
- The contact's owner
- The contact's assigned user
- The contact owner's teammates
- Any user the contact has been shared with
POST https://api-v2.liondesk.com//campaigns/99/contacts
headers: {
Authorization: "Bearer [access token]",
Content-Type: "application/json"
}
The request object should have this form:{
"contact_id": 76
}