Webhook
Webhook
This page contains
Fields
| id: ID! | Identifier of the webhook |
| status: WebhookStatus! | Status of the webhook |
| resourceType: String! | Type of resource to get notified about |
| resourcePayload: String! | Payload for the specific resource |
| resourceAction: String! | Actions on the resource to get notified about |
| requestedOn: DateTime! | Time on which the delivery request was made |
| retryCount: Int! | Number of attempts |
| attempts: [WebhookAttempt!]! | List of delivery attempts for this webhook, ordered by timestamp descending |
| retryable: Boolean! | Whether the webhook is in a retryable state or not |
| nextRetry: DateTime | Time at which the webhook will be automatically retried |
| dependencies: [Webhook!] @deprecated( reason: "Replaced by dependency field" ) | Dependent webhooks preventing this webhook from being delivered |
| dependency: Webhook | Dependent webhook |
| webhookConfiguration: WebhookConfiguration | Associated webhook configuration |
Implements
Parent objects of Webhook
| AccountWebhookConnection | Paginated results for webhooks by account |
| Webhook | Webhook |
| WebhookConnection | Paginated result for webhooks by tenant |
Mutations for Webhook
| retryWebhook | Retry a failed webhook |
Queries for Webhook
| webhook | Webhook by identifier |
| webhooks | List of webhooks for a tenant |