Skip to main content

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: resend
senderstring | nullnullable

Replace the configured From address for this event only.

Example: billing@yourcompany.com
EmailOverrideDto
{
"customHeaders": "Unknown Type: object,null",
"provider": "resend",
"sender": "billing@yourcompany.com"
}