webhookTest
Sends a test payload to a webhook.
Example usage:
mutation WebhookTest($webhookId: ID!) {
webhookTest(input: { webhookId: $webhookId }) {
webhook {
id
event
url
state
}
statusCode
success
errors {
path
message
}
}
}
Variables:
{
"webhookId": "wh_0000000000"
}
webhookTest(
input: WebhookTestInput!
): WebhookTestPayload
Arguments
webhookTest.input ● WebhookTestInput! non-null input common
Parameters for WebhookTest