NotificationConfigUpdateRequest
Request to update notification configuration.
Provider switching rules:
- If provider changes and webhook_url is not provided, the existing webhook_url is cleared
- webhook_url must match the pattern for the target provider
provider object
anyOf
- string
- null
string
webhook_url object
anyOf
- string
- null
string
is_enabled object
anyOf
- boolean
- null
boolean
notify_new_signups object
anyOf
- boolean
- null
boolean
notify_admin_approvals object
anyOf
- boolean
- null
boolean
notify_subscription_changes object
anyOf
- boolean
- null
boolean
notify_payment_failures object
anyOf
- boolean
- null
boolean
notify_privacy_erasures object
anyOf
- boolean
- null
boolean
notify_dlq_threshold object
anyOf
- boolean
- null
boolean
notify_service_health object
anyOf
- boolean
- null
boolean
dlq_threshold object
anyOf
- integer
- null
integer
NotificationConfigUpdateRequest
{
"provider": "string",
"webhook_url": "string",
"is_enabled": true,
"notify_new_signups": true,
"notify_admin_approvals": true,
"notify_subscription_changes": true,
"notify_payment_failures": true,
"notify_privacy_erasures": true,
"notify_dlq_threshold": true,
"notify_service_health": true,
"dlq_threshold": 0
}