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" } ]
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" } ]