create_task
Create a task in Apollo and assign it to a user, optionally associating it with a contact. Set task type, priority, notes, and due date.
Instructions
Create a new task in Apollo. FREE. Tasks can be associated with contacts. Requires a user_id for assignment. Undocumented endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User ID to assign the task to (use search_users to find) | |
| contact_id | No | Contact ID to associate with | |
| type | No | Task type | other |
| priority | No | Task priority | medium |
| note | No | Task description/note | |
| due_at | No | Due date in ISO 8601, e.g. '2026-03-01T09:00:00Z' |