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 Update a Task endpoint to change the details of an existing task that belongs to your team's Apollo account.
To find task IDs, use the Search for Tasks endpoint and identify the id value for the task you want to update.
The fields you can update depend on the task's current status. For a task with a scheduled status, you can update any of the parameters listed below. For a task that's already completed or skipped, you can only update note, priority, priority_cd, and contact_id.
To mark a task as done, use the Complete a Task or Skip a Task endpoints instead of setting status here.
Omittingpriorityorcreator_idresets themIf the task you're updating has a
scheduledstatus, and your request doesn't include apriorityorcreator_idparameter, Apollo resetsprioritytomediumandcreator_idto the user associated with your API key — even if you didn't intend to change those fields. To avoid this, always include the task's currentpriorityandcreator_idin every update request, even when you're only changing an unrelated field likenote.