EmailOverrideDto
Per-request overrides for the email channel.
customHeaders object | null
Additional SMTP headers to attach, such as Reply-To.
property name*string
providerstring | nullnullable
Preferred or forced email provider for this event (e.g. "resend", "zeptomail").
Example:
resendsenderstring | nullnullable
Replace the configured From address for this event only.
Example:
billing@yourcompany.comEmailOverrideDto
{
"customHeaders": "Unknown Type: object,null",
"provider": "resend",
"sender": "billing@yourcompany.com"
}