task_create
Create and schedule tasks for contacts in Apollo.io, specifying type, priority, due dates, and notes to manage sales workflows.
Instructions
Create a new task.
Args:
contact_id: Contact ID to associate task with
task_type: Type of task (action_item, call, email, linkedin)
note: Task notes/description
due_at: Due date (ISO format)
priority: Priority level (low, medium, high)
Returns:
Created task details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | ||
| task_type | No | action_item | |
| note | No | ||
| due_at | No | ||
| priority | No | medium |