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

# Webhooks (Coming Soon)

> Planned webhook notifications for job and schema events — not live yet; use in-app and email alerts today.

**Webhooks** will deliver event notifications from Zwiron to your own systems — HTTP endpoints, Slack channels, or email addresses.

<Warning>Webhooks are **not live yet**. The sections below describe the planned product so you know what is coming. Do not rely on this for production alerting today. Use in-app and email notifications instead. [Talk to us](mailto:support@zwiron.com) after your trial about paid plans.</Warning>

***

## Planned destinations

| Type      | Description                                            |
| --------- | ------------------------------------------------------ |
| **HTTP**  | POST a JSON payload to any HTTPS endpoint              |
| **Slack** | Post a message to a Slack channel via Incoming Webhook |
| **Email** | Send an email to one or more addresses                 |

***

## Planned events

| Event                   | When                                     |
| ----------------------- | ---------------------------------------- |
| `job_completed`         | Pipeline run succeeds                    |
| `job_failed`            | Pipeline run fails                       |
| `schema_pending_review` | Schema change needs review               |
| `schema_auto_applied`   | Safe schema change applied automatically |
| `agent_offline`         | Agent stopped heartbeating               |

***

## Planned setup (not available yet)

1. Go to **Settings** → **Webhooks**
2. Click **Add webhook**
3. Choose type, URL, and events
4. Save

Delivery history, retries, test events, and signature verification are part of the planned design — not shipping yet.

***

## Related

* [Notifications](/platform/notifications) — in-app and email alerts available today
* [Billing](/platform/billing) — trial, Individual, and Enterprise
