Skip to main content
Skip to main content

ProviderWebhookPayload

The details of the webhook event payload.

providerstringRequired
The ID of the provider to pass the webhook event payload to.
payloadobjectRequired
The webhook event payload passed to the specified provider.
payload.dataRecord<string, unknown>Required
The parsed webhook body.
payload.rawDatastring | BufferRequired
The raw webhook request body.
payload.headersRecord<string, unknown>Required
The headers of the webhook request.
Was this section helpful?