Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsSales

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" }
ParameterTypeRequiredDescription
siteIdstringYesThe UUID of the site.
leadIdstringYesThe UUID of the lead.
actionstringNoSpecific follow-up action to perform.

Response

Returns the result of the follow-up action.

Last updated on