Bulk creates a Task

This endpoint creates a new task for each assignee. Use author_employee_id to set who authors the tasks, otherwise the first active employee of the company is used.

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

name of the task.

string

description of the task

string

expiration date of the task.

assignee_ids
array of strings

Employees assigned to the task, assignee_id references to access_id.

assignee_ids
string

employee that will be set as the author of the tasks. Only taken into account when authenticating with an API key, requests performed on behalf of a user always use that user as the author. When omitted, the tasks are authored by the first active employee of the company.

string
enum
required

status of the task (todo | in_progress | done | discarded).

Allowed:
Response

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