Skip to main content

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
extraParams object | null

Free-form provider parameters passed straight through to the downstream provider adapter.

property name*string
sms object
oneOf
null
voice object
oneOf
null
whatsapp object
oneOf
null
ProviderOverridesDto
{
"email": "null",
"extraParams": "Unknown Type: object,null",
"sms": "null",
"voice": "null",
"whatsapp": "null"
}