Outbound Webhooks

Subscribe URLs to CRM events, retries, and logs.

Overview

Outbound webhooks POST JSON payloads to your endpoints when subscribed CRM events fire. Use them to sync with Zapier-like tools or custom microservices.

Management API

Routes are rooted at /profile/webhooks: list/create, read/update/delete individual webhooks, test dispatch, fetch delivery logs, and list available event types. Requires auto_form_crm_manage_settings (or equivalent admin capability).

Reliability

Inspect logs for failed deliveries; implement idempotent receivers because retries may occur.

Related: Workflow actions for ad-hoc HTTP posts from automations.