apollo_create_task
Assign a task to a teammate for one or more contacts, specifying type, priority, status, and due date.
Instructions
Create a task assigned to a teammate, scoped to one or more contacts. All six core fields (user_id, contact_ids, type, priority, status, due_at) are required by Apollo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Optional context note | |
| type | Yes | Task type (e.g. 'call', 'outreach_manual_email', 'action_item') | |
| due_at | Yes | ISO 8601 due timestamp, e.g. '2025-02-15T10:00:00Z' | |
| status | Yes | Task status (e.g. 'scheduled') | |
| user_id | Yes | Apollo user ID of the task owner | |
| priority | Yes | 'high', 'medium', or 'low' | |
| contact_ids | Yes | Apollo contact IDs the task is for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |