conversations
Suggest Message
Generate AI-suggested message for technician to send to customer.
This endpoint:
- Fetches conversation details including followup data (job/estimates)
- Fetches conversation history (messages)
- Uses FollowUpMessageGenerator to create a contextual message suggestion
- Returns the suggested message text for technician to review and edit
The AI considers:
- Job/estimate details (what work was done)
- Conversation history (what's been discussed)
- Conversation state (initial outreach vs reply)
post/conversations/{conversation_id}/suggest-message
Path parameters
conversation_idstring uuid required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 5 revisions of this API.