post
https://api.apollo.io/api/v1/tasks/bulk_create
| Endpoint essentials | |
|---|---|
| API key access | api/v1/tasks/bulk_create or Master API key |
| OAuth scopes | tasks_create |
| Credit usage | 0 creditsLearn more about API pricing and credits. |
Authentication note: Shares scope with tasks/create. | |
Tasks let you track, prioritize, and help you complete actions required for your outbound sales motion.
Use the Bulk Create Tasks endpoint to create multiple tasks in a single API request. A separate task will be created for each contact provided.
This endpoint returns a success boolean and a tasks array containing the created tasks.
Apollo doesn't apply deduplication processes when you create a new task via the API. If your entry has the same task owner, contact, and other details as an existing task, Apollo creates a new task instead of updating the existing task.
For creating a single task, use the Create a Task endpoint instead.