Tasks
Tasks attach to exactly onecase, 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.- Call
GET /api/public/workflow/list. - Store the selected workflow ID in your integration configuration.
- Call
POST /api/public/task/create-from-workflowwhen 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.