For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

CHANGELOG/5 JULY 2026

Webhook Domain-Level Filtering

Backend
Webhooks

Configure webhook subscriptions to only listen to events originating from specific sending domains.

FRONTEND

  • Domain selector UI. Multi-select domain filter dropdown within the webhook creation and edit modals.

BACKEND

  • Domain-scoped dispatch. Filter webhook dispatches by source sending domain in the webhook delivery engine to isolate production and staging events.
  • Signature security. Enforced HMAC-SHA256 signature verification headers across domain-filtered payloads.
Reloop