curl --request POST \
--url https://api.getfernand.com/conversations/{id}/recipients \
--header 'X-API-Key: <api-key>'{
"id": 12345,
"contact_id": 789,
"kind": "cc",
"conversation_id": 456
}curl --request POST \
--url https://api.getfernand.com/conversations/{id}/recipients \
--header 'X-API-Key: <api-key>'{
"id": 12345,
"contact_id": 789,
"kind": "cc",
"conversation_id": 456
}ID of the conversation
Email address of the recipient, optionally with name
Recipient added successfully
Unique identifier for the recipient
12345
ID of the contact that is a recipient of this conversation
789
Type of recipient (to, cc, bcc, from, or reply-to)
to, cc, bcc, from, reply-to "cc"
ID of the conversation this recipient belongs to
456
Was this page helpful?