Lead Follow Up
Automates follow-up actions for leads.
POST /api/agents/sales/leadFollowUp
Request Body
{
"siteId": "123e4567-e89b-12d3-a456-426614174000",
"leadId": "123e4567-e89b-12d3-a456-426614174000",
"action": "email"
}| Parameter | Type | Required | Description |
|---|---|---|---|
siteId | string | Yes | The UUID of the site. |
leadId | string | Yes | The UUID of the lead. |
action | string | No | Specific follow-up action to perform. |
Response
Returns the result of the follow-up action.
Last updated on