Create Task
This endpoint allows users to create a task created by Adam.
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
The authentication token for your request
Body
The id of the group you want to create the task for.
The external reference of the group you want to create the task for.
The external reference of the task.
The due date of the task. Example: 2023-01-01T00:00:00
The reminder date of a task. Example: 2023-01-01T00:00:00
The importance of the task. Possible value: low
, normal
, high
, very_high
.
The conversation that led to the creation of a task record.
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
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
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
The identifier of the unit that the task is targeted for.
The external reference of the unit that the task is targeted for.
The notes of the task.
The title of the task.
The description of the task.
Response
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.
The UUID of the created task.