OBJECT
SentWebhook
The record of a sent webhook
link GraphQL Schema definition
- type SentWebhook {
- # The datetime that the webhook was sent
- String :
- # The type of webhook
- String :
- # Whether the webhook is enabled or not
- String :
- # The unique identifier of the webhook
- ID! :
- # The id of the resource the sent webhook related to
- ID :
- # The type of resource the sent webhook related to
- String :
- # The URL that the webhook was sent to
- String :
- # The configured webhook thst was sent
- ID :
- }