followups.messages.create
Save drafted follow-up messages to track client communications before or after sending. Store categorized reminders for proposals, invoices, and project updates linked to specific clients in your freelance system.
Instructions
Store a drafted follow-up message in the FreelanceOS database. Use when the freelancer has composed a follow-up and wants to save it for tracking purposes before or after sending it to the client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | UUID of the client this follow-up message is addressed to | |
| project_id | No | UUID of the specific project this follow-up is related to, if applicable | |
| type | No | Category of follow-up: proposal_follow_up, invoice_overdue, check_in, awaiting_response, or other | check_in |
| subject | Yes | Subject line or brief title summarizing the purpose of this follow-up message | |
| content | Yes | Full body text of the follow-up message to be saved and potentially sent |