volkern_create_task
Create follow-up tasks for CRM leads to schedule calls, emails, meetings, or reminders with due dates and assignments.
Instructions
Create a follow-up task for a lead
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leadId | Yes | ID of the lead | |
| tipo | Yes | Task type | |
| titulo | Yes | Task title | |
| descripcion | No | Task description/context | |
| fechaVencimiento | Yes | Due date in ISO 8601 UTC | |
| asignadoA | No | User ID to assign the task to |