SentWebhook
The record of a sent webhook
Fields
event_type
· String
· The type of webhook http_response_status
· String
· Whether the webhook is enabled or not resource_id
· ID
· The id of the resource the sent webhook related to resource_id_type
· String
· The type of resource the sent webhook related to webhook_id
· ID
· The configured webhook thst was sent Used By
Definition
"""The record of a sent webhook"""type SentWebhook { """ The datetime that the webhook was sent """ created_at: String!
""" Pagination cursor """ cursor: Cursor!
""" The type of webhook """ event_type: String
""" Whether the webhook is enabled or not """ http_response_status: String
""" The unique identifier of the webhook """ id: ID!
""" The id of the resource the sent webhook related to """ resource_id: ID
""" The type of resource the sent webhook related to """ resource_id_type: String
""" The URL that the webhook was sent to """ url: String
""" The configured webhook thst was sent """ webhook_id: ID}