Email channel-level overrides
How to send overrides at the email channel level
Nate avatar
Written by Nate
Updated over a week ago

The email channel override allows you to set the subject, reply to, from, cc, and bcc email addresses, as well as the HTML and text via an override that will apply to all your email channels* within a template.

*Note: attachment overrides done at the channel level will only work with Mailgun and AWS SES currently. To add attachments to other providers, see integration level overrides.

Here is the override data structure for the email channel override:

{
//rest of request
"override": {
"channel": {
"email": {
"attachments": [],
"bcc": "",
"cc": "",
"from": "",
"html": "",
"replyTo": "",
"subject": "",
"text": ""
}
}
}
}
Did this answer your question?