Task
Create Task
This endpoint allows users to create a task created by Adam.
POST
This endpoint allows you to create a task.
You can provide either a group id through the
group_id parameter or a group external reference through the group_external_ref attribute.
Do not provide both, as this will result in the request failing.
All datetime fields included in the body parameters need to be specified as ISO8601-formatted date strings.
Datetime fields should follow a “YYYY-MM-DDThh:mm:ss” format.
Header
string
default:"none"
required
The authentication token for your request
Body
string
default:"none"
The id of the group you want to create the task for.
string
default:"none"
The external reference of the group you want to create the task for.
string
default:"none"
The external reference of the task.
datetime
default:"none"
The due date of the task. Example: 2023-01-01T00:00:00
datetime
default:"none"
The reminder date of a task. Example: 2023-01-01T00:00:00
enum
default:"none"
The importance of the task. Possible value:
low, normal, high, very_high.enum
default:"none"
The conversation that led to the creation of a task record.
object
default:"none"
The tasks’s creator.Please note that if you specify a creator you must specify either:
- an identifier or external_ref for the person
- OR:
- an email address or phone number
- a first name or last name
object
default:"none"
The person assigned to deal with the tasks.Please note that if you specify an assignee you must specify either:
- an identifier or external_ref for the person
- OR:
- an email address or phone number
- a first name or last name
object
default:"none"
The person record of the resident for which the task is being created.Please note that if you specify a resident you must specify either:
- an identifier or external_ref for the person
- OR:
- an email address or phone number
- a first name or last name
string
default:"none"
The identifier of the unit that the task is targeted for.
string
default:"none"
The external reference of the unit that the task is targeted for.
string
default:"none"
The notes of the task.
string
default:"none"
The title of the task.
string
default:"none"
The description of the task.
Response
string
The UUID of the request. We handle requests asynchronously, the task update result will be sending
by webhook event. You can use this ID to lookup webhook event on consumer application portal.
string
The UUID of the created task.

