From 89408ce12b9a957356a6d8137cdda747bb3ca2df Mon Sep 17 00:00:00 2001 From: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:50:07 +0400 Subject: [PATCH] Update webhooks.mdx (#21900) --- docs/developing/guides/automation/webhooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing/guides/automation/webhooks.mdx b/docs/developing/guides/automation/webhooks.mdx index 10a6d65c81..f53b6b0aca 100644 --- a/docs/developing/guides/automation/webhooks.mdx +++ b/docs/developing/guides/automation/webhooks.mdx @@ -156,7 +156,7 @@ To create a new webhook subscription, visit `/settings/developer/webhooks` and p Use the **secret key** to create an HMAC, and update it with the webhook payload received to generate an SHA256 hash. - Compare the hash received in the header of the webhook `(X-Cal-Signature-256)` with the one you created using the **secret key** and the body of the payload. If they don't match, the received payload has been adulterated and cannot be trusted. + Compare the hash received in the header of the webhook `(x-cal-signature-256)` with the one you created using the **secret key** and the body of the payload. If they don't match, the received payload has been adulterated and cannot be trusted.