POST
request to the following endpoint.
The ID of the parent reply.
The contents of the reply
The ID of the sender email
Array of people to send this email to.The name field in the object can be nulled (left empty).Example:
[ { "name": "John Doe", "email_address": "john@example.com" } ]
Whether to inject the body of the previous email into this email. If nothing sent, false is assumed
Type of the email (html or text)
An array of people to send a copy of this email to (Carbon Copy).The name field in the object can be nulled (left empty).Example:
[ { "name": "John Doe", "email_address": "john@example.com" } ]
An array of people to send a blind copy of this email to (Blind Carbon Copy).The name field in the object can be nulled (left empty).Example:
[ { "name": "John Doe", "email_address": "john@example.com" } ]