EmailAttribute
objectemailstring(email)required
The email address of the subscriber
Example:subscriber@example.com
Example
WebhookNotificationRegistrationRequest
objectnotificationTypestringrequired
The type of notification
Match pattern:^(WEBHOOK|EMAIL)$
Example:WEBHOOK
eventTypesarray[string]required
Through this field, Integrators have the ability to subscribe to a variety of notification types based on their preferences.
Note: A registration must be created with at least one preferred event type and all mandatory event types for successful registration. An email registration can be updated to contain an empty list of event types. A webhook registration must always contain at least one preferred event type and all mandatory event types.
Preferred Webhook Events
Preferred Email Events
Mandatory Webhook Events
attributesobjectrequired
Show Child Parameters
Example
WebhookURIAttribute
objectwebhookURIstring(uri)required
The webhook URL
Example:https://example.com/webhook
Example
NotificationType
stringThe type of notification
Match pattern:^(WEBHOOK|EMAIL)$
Example
The email address of the subscriber
Example