crm_leads_follow_ups_create
Create a follow-up for a CRM lead by providing the lead ID, follow-up date, text, and a pin-to-top flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lead ID | |
| text | Yes | Follow-up text | |
| pinToTop | Yes | Pin follow-up to top | |
| _confirmed | No | Set to true to confirm this write operation | |
| followUpDate | Yes | Follow-up date |