Skip to main content
Version: 3.x

webhookSamplePayload

Retrieve a sample payload for a given webhook event based on real data. It can be useful for some integrations where sample payload is required.

webhookSamplePayload(
eventType: WebhookSampleEventTypeEnum!
): JSONString

Arguments

webhookSamplePayload.eventType ● WebhookSampleEventTypeEnum! non-null enum

Name of the requested event type.

Type

JSONString scalar


Was this page helpful?