Lead Capture API Docs
Documentation for Rechat's Lead Capture API.
In addition to the documentation for Rechat's Lead Capture API, below, you can download the OpenAPI specification here.
Integrate Rechat's lead capture functionality into your website using your lead_channel id (which you can get through Rechat's Lead Routing interface).
Path parameters
lead_channelstring ยท uuidRequiredExample:
Your lead channel ID. This serves as both the endpoint identifier and authentication key.
55f50bdd-fc93-4737-84e4-6fa5ad97745fBody
JSON payload for Rechat's lead capture API. All fields are optional.
first_namestringOptionalExample:
Contact's first name
Johnlast_namestringOptionalExample:
Contact's last name
Doephone_numberstringOptionalExample:
Contact's phone number
(555) 123-4567tagstring[]OptionalExample:
Array of tags for categorization
["Lead","Website Inquiry"]lead_sourcestringOptionalExample:
Source of the lead
Lead Capture DemonotestringOptionalExample:
Additional notes or messages
Interested in downtown propertiesreferer_urlstring ยท uriOptionalExample:
Referring URL
https://example.com/property/123Responses
200
OK
application/json
204
Successful operation (no content returned)
post
/leads/channels/{lead_channel}/webhookLast updated
Was this helpful?