Skip to main content

testWebhookEndpoint Mutation

Send a test event to a webhook endpoint to verify it's working correctly.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_admin_users].

Input fields (TestWebhookEndpointInput!)

ArgumentTypeDescription
idIDThe ID of the WebhookEndpoint to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (TestWebhookEndpointPayload)

clientMutationId (String)
errors ([ErrorType!]!)
testWebhookEndpointResult (TestWebhookEndpointResult)