WebhookEvent
A webhook event generated by the system.
Fields
attempts (
Int!)
The amount of attempts this webhook event has been sent to the registered HTTP endpoint.
created_at (
ISO8601DateTime!)
Date and time this event was created.
payload (
WebhookEventPayload!)
The response payload from this webhook event being sent via HTTP POST.
sentera_id (
ID!)
A system-generated key identifying a specific instance of a webhook event.
status (
WebhookEventStatus!)
The status of this webhook event.
triggering_object_id (
ID!)
The ID of the object that triggered the webhook event to be sent.
type (
WebhookEventType!)
The type of this webhook event.