> 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.

# Delivery Logs and Retries

> Understand webhook attempts, retry settings, timeouts, and logs.

SimZ records webhook delivery attempts so you can inspect success, HTTP status, response body, duration, and error messages.

## Retry behavior

| Setting           | Default                      |
| ----------------- | ---------------------------- |
| Retry count       | `3` attempts                 |
| Retry delay       | `5` seconds between attempts |
| Timeout           | `10000 ms`                   |
| Success condition | First `2xx` response         |

## Idempotency

Duplicate deliveries are possible. Deduplicate with a stable key such as `event`, `callId`, `companyId`, and `agentId`.