There are two webhook surfaces:
  • wazapin.webhooks manages webhook endpoints and deliveries.
  • @wazapin/sdk/webhooks verifies signed deliveries on your server.

Manage webhook endpoints

Rotate a signing secret

Retry a delivery

Verify webhook signatures

Install the optional peer dependency:
Verify the signature using the raw request body. Do not verify a re-serialized JSON object.