create_task
Create a task for a lead, contact, or company by setting a description, deadline, and task type such as call, meeting, or email.
Instructions
Create a task linked to a lead, contact, or company. Set deadline (complete_till as Unix timestamp) and task type (1=Call, 2=Meeting, 3=Email).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Task description text | |
| entity_id | Yes | ID of the linked entity (lead, contact, or company) | |
| entity_type | Yes | Type of the linked entity | |
| task_type_id | No | Task type ID (1=Call, 2=Meeting, 3=Email). Use get_account to see all types. | |
| complete_till | Yes | Unix timestamp — deadline for the task | |
| responsible_user_id | No | Responsible user ID |