webhookTrigger Mutation
Trigger a webhook event. Supports a single event (the first, if multiple provided in the webhook.subscription_query
). Requires permission relevant to processed event. Successfully delivered webhook returns delivery
with status='PENDING' and empty payload.
webhookTrigger(
objectId: ID!
webhookId: ID!
): WebhookTrigger
Arguments
webhookTrigger.objectId
● ID!
non-null scalar miscellaneous
The ID of an object to serialize.
webhookTrigger.webhookId
● ID!
non-null scalar miscellaneous
The ID of the webhook.
Type
WebhookTrigger
object webhooks
Trigger a webhook event. Supports a single event (the first, if multiple provided in the webhook.subscription_query
). Requires permission relevant to processed event. Successfully delivered webhook returns delivery
with status='PENDING' and empty payload.