Leads Webhooks
Lead webhooks are used to send lead inquiry data to your CRM whenever a prospective buyer expresses interest in a product. This webhook is triggered when a user submits an inquiry via the platform.
Webhook Payload Example
Create an endpoint URL on the client’s server where Flow will send webhook notifications. This URL should be publicly accessible without authentication other than IP whitelisting, and should be configured to receive a JSON payload. Flow will send a POST request with the payload in JSON format in the body. When a lead is captured, the webhook sends the following JSON payload to the configured endpoint:
Webhook Endpoint & Configuration
The webhook is triggered when a lead submits an inquiry.
The data is sent via an HTTP
POST
request to the configured CRM endpoint.Ensure your endpoint can handle JSON payloads and process lead information accordingly.
Last updated