webhookEvent

Graphql fields and variables for the webhookEvent query

A webhook payload

Scope required: workflow:read

For a complete list of possible response fields see the WebhookEvent type.

query webhookEvent ($id: ID) {
  webhookEvent (id: $id) {
    createdAt
    headers
    id
    payload
    payloadType
    responseBody
    responseCode
    updatedAt
    url
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?