Webhooks #180
Closed
Gurwinder7735
started this conversation in
General
Webhooks
#180
Replies: 1 comment
|
Hi @Gurwinder7735 — that How OpenWA signs webhook deliveriesWhen you set a secret on your webhook (in the dashboard or via the API), OpenWA signs every delivery with HMAC-SHA256 and sends the signature in the If your receiver validates that header against its own computed HMAC and the two don't match, the receiver returns 401 — and that's exactly what OpenWA logs as Common causes
How to debug
The docs at |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
[api] {"timestamp":"2026-06-03T13:39:06.094Z","level":"error","context":"WebhookService","message":"Webhook delivery failed for 2dfdbbc5-9187-48d6-b9f8-5691cf5cc222","webhookId":"2dfdbbc5-9187-48d6-b9f8-5691cf5cc222","attempt":3,"deliveryId":"dlv_bb2c5c55-1b76-40fd-be1c-c1afe9059090","action":"webhook_delivery_failed","trace":"Error: HTTP 401: Unauthorized"}
Can anyone tell how to use webhooks getting this ?
All reactions