Bulk Sending
Add contact to a group
Add a single contact to an existing contact group
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the contact group to add a contact to
Body
application/json
The contact data to add to the group
Email address of the contact
Example:
"john@example.com"
Full name of the contact
Example:
"John Doe"
Optional ID of a contact import to associate with this contact