ProviderWebhookPayload
The details of the webhook event payload.
provider
stringRequiredThe ID of the provider to pass the webhook event payload to.
payload
objectRequiredThe webhook event payload passed to the specified provider.
payload
objectRequiredpayload.data
Record<string, unknown>RequiredThe parsed webhook body.
payload.rawData
string | BufferRequiredThe raw webhook request body.
payload.headers
Record<string, unknown>RequiredThe headers of the webhook request.
Was this section helpful?