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"
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

Person this task is for (required)

string
required

Task name/description (required)

html | null

Task description in HTML format

string

Task type: call, email, meeting, viewing, etc.

uuid | null

Assign to specific user (defaults to current user)

boolean

Mark as completed

date-time | null

When task is due (ISO 8601)

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json