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.