Skip to main content

Tasks

Tasks attach to exactly one case, client, or lead. VisaFlo inherits assignees from the linked record.

Create a Task

POST /api/public/task/create

Read and Update Tasks

To clear a due date, send "dueDate": null or an empty string in the update body. To clear reminders, send an empty reminderSettings array.

Workflow Templates

Use a workflow when an event should create a predictable set of tasks.
  1. Call GET /api/public/workflow/list.
  2. Store the selected workflow ID in your integration configuration.
  3. Call POST /api/public/task/create-from-workflow when the linked entity reaches the trigger point.

Notes

Use notes to preserve context from an external system or webhook. For a lead or client, send content. For a case note, VisaFlo maps content to the case note’s description when description is not sent.