No Credit CostThis endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
Tasks let you track, prioritize, and help you complete actions required for your outbound sales motion.
Use the Complete a Task endpoint to mark an existing task as completed.
To find task IDs, use the Search for Tasks endpoint and identify the id value for the task you want to complete.
If the task no longer exists (for example, because the sequence it belonged to was paused and the task was removed), Apollo still returns a 200 response, with deleted: true on the task, instead of an error.
To skip a task instead of completing it, use the Skip a Task endpoint.
Calling this endpoint on a task that's already completed or skipped returns a 422 response.