ProviderOverridesDto
Channel-specific overrides applied to this event only.
Everything here is optional; anything you omit falls back to the channel configuration held in your Nerve workspace.
email object
oneOf
- null
- EmailOverrideDto
null
extraParams object | null
Free-form provider parameters passed straight through to the downstream provider adapter.
property name*string
sms object
oneOf
- null
- SmsOverrideDto
null
voice object
oneOf
- null
- VoiceOverrideDto
null
whatsapp object
oneOf
- null
- WhatsAppOverrideDto
null
ProviderOverridesDto
{
"email": "null",
"extraParams": "Unknown Type: object,null",
"sms": "null",
"voice": "null",
"whatsapp": "null"
}