create_task
Create a call, meeting, or email task for a lead or contact, set a deadline, and assign a user.
Instructions
Create a new task (call, meeting, email) for a specific entity (lead, contact).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Description or text of the task | |
| complete_till | Yes | Unix timestamp (seconds) for the task deadline | |
| entity_id | Yes | ID of the entity (e.g. Lead ID) | |
| entity_type | Yes | Type of entity (e.g. 'leads', 'contacts') | |
| task_type_id | Yes | Type of task (1=Call, 2=Meeting, 3=Email) | |
| responsible_user_id | No | ID of the assigned user |