Create follow-up
crm_create_followupCreate a new follow-up task linked to a lead, deal, or contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| assigned_to | No | Employee id to assign. Defaults to the caller. | |
| description | No | ||
| reference_id | Yes | Id of the lead/deal/contact this follow-up references. | |
| reference_type | Yes | What this follow-up is attached to. | |
| scheduled_date | Yes | ISO date (YYYY-MM-DD). | |
| scheduled_time | No | HH:MM (24h) if a specific time is needed. |