> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What are Zeal Webhooks?

> Webhooks are the way decisions and events are communicated by Zeal to you.

Webhooks are the way decisions and events are communicated by Zeal to you. Your webhook URLs can be viewed, edited, and tested on the API page of your Zeal dashboard. If adding or editing a webhook URL, please ensure the URL is correct and starts with a protocol secure `https` protocol.

Zeal signs the webhook events it sends to your endpoints by including a unique Webhook Secret (of String type) in every request's `Puzzl-Signature` header. This allows you to verify that the events were sent by Zeal. You can find your Webhook Secret and test your Webhooks on the API page of your Zeal dashboard. To verify a request from Zeal, check if the value from the `Puzzl-Signature` request's header matches your Webhook Secret.
