create_task
Create a CRM task on a deal in ActiveCampaign with title, due date, task type, note, and assignee.
Instructions
Create a CRM task on a deal. due_date: ISO 8601 (e.g. '2026-04-10T14:00:00'). task_type: 1=call, 2=email, 3=to-do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| deal_id | Yes | ||
| due_date | No | ||
| note | No | ||
| task_type | No | 1 | |
| assignee_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |