Skip to main content
id
String!
required
The ID of the webhook.
name
String!
required
The given name of the webhook.
created
Int!
required
The unix timestamp for the time the webhook was created.
callbackUrl
String!
required
The url to which the webhook message should be sent.
status
String!
required
The status of the webhook. Can be ACTIVE or INACTIVE.
bucketId
String
An optional bucket ID (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks).
bucketSortkey
String
An optional bucket sort key (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks).
groupId
String
The webhook group ID used to group webhooks together for ordered message sending.
This field is deprecated. GroupId is deprecated and will be removed in the future. Messages will be grouped by webhookId