> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.simz.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.simz.com/_mcp/server.

# Configure Webhooks

> Create and manage webhook endpoints for SimZ events.

Configure webhook endpoints to receive SimZ events in your application. Each webhook has a name, HTTPS URL, signing secret, optional custom headers, retry count, timeout, and active state.

## Required fields

| Field           | Requirement                           |
| --------------- | ------------------------------------- |
| `webhookName`   | Unique name for your company.         |
| `webhookUrl`    | Must start with `https://`.           |
| `webhookSecret` | Optional; SimZ can auto-generate one. |

## Management actions

* List webhooks.
* Create a webhook.
* Update URL, secret, headers, retry count, timeout, or active state.
* Delete a webhook if it is not assigned to active agents.