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
The body is of type object
.
Response
201
application/json
Contact created successfully
The response is of type object
.