Add a recipient to a conversation
Add a recipient to a conversation
POST
Add a recipient to a conversation
Adds a new recipient to an existing conversation.
The recipient can be specified by email address with optional name (in
Name <email@example.com> format).
A new contact is created if the email doesn’t exist.
If this is the first recipient being added to the conversation, they become the ‘from’ contact; otherwise, they’re added as ‘cc’.Authorizations
Path Parameters
ID of the conversation
Query Parameters
Email address of the recipient, optionally with name
Response
Recipient added successfully
Unique identifier for the recipient
Example:
12345
ID of the contact that is a recipient of this conversation
Example:
789
Type of recipient (to, cc, bcc, from, or reply-to)
Available options:
to, cc, bcc, from, reply-to Example:
"cc"
ID of the conversation this recipient belongs to
Example:
456