Skip to content

sendTestWebhook

Sends a test webhook to the specified URL

Arguments

input · sendTestWebhookInput · Parameters for sendTestWebhook

Returns

sendTestWebhookPayload

Example

mutation sendTestWebhook($input: sendTestWebhookInput) {
sendTestWebhook(input: $input) {
messages
sent
}
}