POST request to the following endpoint.
integer
required
The ID of the parent reply.
string
required
The contents of the reply
integer
required
The ID of the sender email
array
required
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" } ]boolean|null
Whether to inject the body of the previous email into this email. If nothing sent, false is assumed
string
Type of the email (html or text)
array
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" } ]array
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" } ]
