FILTER BY TAG

Webhook Notification Field Descriptions

Each webhook notification that you receive contains a message body with fields. This section describes the possible fields and values you can receive in a notification. The default version of the Webhooks API is version 3, and the information in this section describes version 3.

Notification Message Body

The message body contains fields associated with the notification and the payload of the event that generated the notification.
webhookId
The identifier of the webhook subscription that generated the notification.
transactionTraceId
The identifier of the notification attempt. Every retry attempt has a unique transaction trace ID.
productId
The identifier of the product that generated the event.
organizationId
The identifier of the organization that is subscribed to the notification.
eventType
The type of event that generated the notification.
eventDate
The timestamp of when the event occurred.
payload
The data generated by the event.
requestType
The indicator of whether the notification is new or a retry attempt.