Skip to main content

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
webhook_url object
anyOf
string
is_enabled object
anyOf
boolean
notify_new_signups object
anyOf
boolean
notify_admin_approvals object
anyOf
boolean
notify_subscription_changes object
anyOf
boolean
notify_payment_failures object
anyOf
boolean
notify_privacy_erasures object
anyOf
boolean
notify_dlq_threshold object
anyOf
boolean
notify_service_health object
anyOf
boolean
dlq_threshold object
anyOf
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
}