Creates an scheduled task

Creates an scheduled task with the specified details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Data containing scheduled task information

date-time
required

The date and time when the task is due. Accepts either an ISO 8601 formatted date-time string or a UNIX timestamp as a string or integer.

date-time | null

The date and time when a reminder for the task should be sent. Accepts either an ISO 8601 formatted date-time string or a UNIX timestamp as a string or integer.

int64 | null

Identifier for the agent user assigned to the task

int64
required

Identifier for the user who created the task

string | null

Additional notes or details about the task

boolean | null

Indicates if the task has been marked as completed

Responses
201

scheduled task created

404

agent or user agent not in organization

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!