Graphql fields and variables for the webhookEvent query
Last updated 2 years ago
Was this helpful?
A webhook payload
Scope required: workflow:read
For a complete list of possible response fields see the type.
query webhookEvent ($id: ID) { webhookEvent (id: $id) { createdAt headers id payload payloadType responseBody responseCode updatedAt url } }
id
ID