Skip to main content
POST
This endpoint triggers the AI agent to evaluate a lead and send a follow-up message. Depending on agent configuration, the follow-up may be sent immediately, scheduled for later, or saved as a draft.

Authentication

Requires the x-api-key header with a valid workspace API key.

Path Parameters

leadId
string
required
The unique identifier of the lead

Response

success
boolean
Whether the follow-up was successfully sent
leadId
string
ID of the lead the follow-up was triggered for
bodySegments
string[]
Follow-up message that was sent
channel
enum
Channel used to send the follow-up (e.g. SMS, EMAIL, WHATSAPP)
status
enum
Status of the follow-up message (e.g. DRAFT, SCHEDULED, SENT)