create_task
Create tasks for Custify customer accounts to track work, assign responsibilities, and manage priorities using customer success data.
Instructions
Create a task associated with a Custify account. Note: assignee_id must be a Custify user ObjectId (not an email address).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | The Custify company/account ID | |
| title | Yes | Task title | |
| description | No | Task description | |
| due_date | No | Due date in ISO format (e.g. 2024-12-31) | |
| assignee_id | No | Custify user ID to assign the task to (must be a valid user ObjectId, not an email) | |
| priority | No | Task priority (default: medium) | medium |