Campaign Service
Add or Create Contacts in Campaign
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| contact_ids | array | No | Array of existing contact IDs to add to the campaign |
| contacts | array | No | Array of new contacts to create and add to the campaign |
contacts array should have the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
| first_name | string | No | Contact’s first name |
| last_name | string | No | Contact’s last name |
| phone | string | Yes | Contact’s phone number in E.164 format (e.g., +1234567890) |
| string | No | Contact’s email address | |
| additional_notes | string | No | Additional notes about the contact |
