Body
The event type to be sent to this URL. See Webhook Event Types.
The URL receiving the Webhook event.
When testing your integration in a local environment, we recommend utilizing the following technologies for a seamless developer experience with Webhooks:
- https://webhook.site – to debug the Webhook payload from Method.
- https://ngrok.com – to create a reverse proxy to your local development environment.
Secret token for request validation. Will be sent as a
base64
encoded string in the Authorization
header of the Webhook.Authorization Header Verification –
base64
enocded string in the Authorization
header of the webhook.Secret token used for computing HMAC signature. Used to compute the HMAC signature in the
method-webhook-signature
header of the Webhook.HMAC Verification – HMAC signature in the
method-webhook-signature
header of the webhook.Whether to expand the event object in the Webhook payload. (default: false)