webhookEventRetry
Graphql fields and variables for the webhookEventRetry mutation
Last updated
Was this helpful?
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
}
}
}id
ID
errors
List (String)
Last updated
Was this helpful?
Was this helpful?
{
"id": "456123"
}