Skip to main content

WebhookDryRun Object

Performs a dry run of a webhook event. Supports a single event (the first, if multiple provided in the query). Requires permission relevant to processed event.

Requires the AUTHENTICATED_STAFF_USERpermission.
type WebhookDryRun {
payload: JSONString
errors: [WebhookDryRunError!]!
}

Fields

payload ● JSONString

JSON payload, that would be sent out to webhook's target URL.

errors ● [WebhookDryRunError!]!

Returned By

webhookDryRun mutation