diff --git a/src/routes/console/project-[project]/settings/webhooks/[webhook]/+page.svelte b/src/routes/console/project-[project]/settings/webhooks/[webhook]/+page.svelte index 5060140f4..d669afca0 100644 --- a/src/routes/console/project-[project]/settings/webhooks/[webhook]/+page.svelte +++ b/src/routes/console/project-[project]/settings/webhooks/[webhook]/+page.svelte @@ -153,7 +153,14 @@ Signature Key -

You can use the Signature Key to validate your webhooks.

+

+ Add the Signature Key to the X-Appwrite-Webhook-Signature header to validate your + webhooks. Learn more about webhook validation. +

Key