webhookEventRetry
Graphql fields and variables for the webhookEventRetry mutation
Retry sending a webhook event
Scope required: workflow:write
mutation webhookEventRetry ($id: ID!) {
webhookEventRetry (id: $id) {
errors
webhookEvent {
createdAt
headers
id
payload
payloadType
responseBody
responseCode
updatedAt
url
}
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?