webhookTrigger
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.
This API is currently in Feature Preview and can be subject to changes at later point.
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
Added in Saleor 3.11webhook.subscription_query
). Requires permission relevant to processed event. Successfully delivered webhook returnsdelivery
with status='PENDING' and empty payload.This API is currently in Feature Preview and can be subject to changes at later point.