WebhookSubscription
A subscription to receive webhook events generated by the system.
Fields
callback_url (
Url!)
The URL to which the system should send events via HTTP POST.
event_types (
[WebhookEventType!]!)
A list of the event types the system should send to the registered HTTP endpoint.
events (
WebhookEventsQueryResult!)
A list of events for this webhook subscription.
| Argument | Type | Description |
|---|---|---|
date_range |
DateRange
|
Optional parameter to filter results to events created within a specific date range. |
event_type |
WebhookEventType
|
Optional parameter to filter results to a specific type of event. |
pagination |
Pagination!
|
Required pagination information. |
status |
WebhookEventStatus
|
Optional parameter to filter results to events in a specific status. |
sentera_id (
ID!)
A system-generated key identifying a specific instance of a webhook subscription.