Update a notification setting
Updates a notification setting (notification destination) using its ID.
When updating subscribed events, send the complete list of event types that you'd like to subscribe to — including existing event types. If you omit event types, they're removed from the notification setting.
You only need to pass an event type name. Paddle responds with the full event type object for each event type.
If successful, your response includes a copy of the updated notification setting entity.
Path Parameters
Paddle ID of the notification setting entity (notification destination) to work with.
Request Body
Short description for this notification destination. Shown in the Paddle Dashboard.
Webhook endpoint URL or email address.
Whether Paddle should try to deliver events to this notification destination.
API version that returned objects for events should conform to. Must be a valid version of the Paddle API. Cannot be a version older than your account default. Defaults to your account default if omitted.
Whether potentially sensitive fields should be sent to this notification destination.
Type of event sent by Paddle, in the format entity.event_type
.
Whether Paddle should deliver real platform events, simulation events or both to this notification destination.
Response
Represents a notification destination.
Unique Paddle ID for this notification setting, prefixed with ntfset_
.
Short description for this notification destination. Shown in the Paddle web app.
Where notifications should be sent for this destination.
Webhook endpoint URL or email address.
Whether Paddle should try to deliver events to this notification destination.
API version that returned objects for events should conform to. Must be a valid version of the Paddle API. Cannot be a version older than your account default.
Whether potentially sensitive fields should be sent to this notification destination.
Represents an event type.
Webhook destination secret key, prefixed with pdl_ntfset_
. Used for signature verification.
Whether Paddle should deliver real platform events, simulation events or both to this notification destination.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
12341{
2 "description": "Slack notifications (old)",
3 "active": false
4}