Create a task

Create a new task (follow-up/reminder) for a person. Tasks help track activities and ensure timely follow-ups.

Example:

{
  "personId": "person-uuid",
  "name": "Follow up on property inquiry",
  "type": "call",
  "dueDateTime": "2025-10-15T14:00:00Z",
  "assignedUserId": "user-uuid"
}
Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!