Create a Task (Notify Multiple Users)

Create a task that is associated to a customer. Assign the task to a user, with the option to notify other users when it is complete.

Path Params
int32
required

This is the Enerflo customer/lead ID.

Body Params
string
required

This is the task.

int32
required

This is the ID of the Enerflo user that owns the task and is responsible for completing the task. Found in:
• The user table https://enerflo.io/company/users
• The user profile URL https://enerflo.io/company/user/profile/19627

string

This is a date value given in the format "yyyy-mm-dd"

string

This time value follows the 24-hour notation format 'hh:mm' (e.g., 2:00 pm is represented as 14:00). Ensure that values are provided in the Company's local timezone.

boolean

If true, the assigned user will be sent an email with the task details.

boolean

If true, the assigned user will be sent an sms message with the task details.

notify_user_ids
array of int32s

Notify these users when the task is completed.

notify_user_ids
string

Notes field for adding any additional information related to the task.

Responses

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