Webhook ecosystem: Zapier-style triggers для third-party автоматизаций
## Что это
Vision: ROX выставляет богатую webhook-палитру для outbound integration. Любое событие — message-sent, session-completed, artifact-created, automation-triggered, audit-event — может быть отправлено на третий-party endpoint.
Что входит:
- Per-tenant webhook configurator (admin UI)
- Filter DSL: «только когда session.type=research AND mission.completed=true»
- Signature через HMAC-SHA256
- Retry policy: exponential backoff, dead-letter queue
- Replay-mode: «отправить заново webhooks за последние 24h»
- Zapier connector (ROX-as-trigger app в Zapier marketplace)
- n8n / Make / Pipedream public-integration manifests
- Test-flow: «отправить sample event в свой endpoint»
## Зачем
Zapier-style automations — это «glue» между tools. Без webhook-экосистемы ROX — closed garden. С ней — orbit вокруг существующих рабочих процессов команды.
## Источники вдохновения
- [agisota/looper](https://github.com/agisota/looper)
- [agisota/reaflow](https://github.com/agisota/reaflow)
- [requestly/requestly](https://github.com/requestly/requestly)
## 🔗 Linear
- [PZD-366](https://linear.app/kuhjie/issue/PZD-366) — backing ticket