post
https://api.apollo.io/api/v1/tasks/bulk_create
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 does not 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 will create a new task instead of updating the existing task.
For creating a single task, use the Create a Task endpoint instead.
This endpoint requires a master API key. If you attempt to call the endpoint without a master key, you will receive a 403 response. Refer to Create API Keys to learn how to create a master API key.