create_crm_task
Create a CRM task by providing a JSON body with fields such as title, status, assignee, due date, contact, and deal.
Instructions
Create a CRM task. Body is JSON (title, status, assigneeId, dueDate, contactId, dealId, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| tenant_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |