Docs

Create Task

Creates a task in Assembly.com.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string

The name of the task.

string

The description of the task.

string

The parent task of the task, if the task should be a subtask.

string

The status of the task, one of todo, inProgress, completed.

string

The UUID of the internal user assigned to this task.

string

The UUID of the client user assigned to this task. Company ID is required if this field is used.

string

The UUID of the company assigned to this task. If assigning to a client user, this field is required.

date

The date the task is due, in RFC3339 format.

string

ID of the template to use when creating this task.

array of object

The company or client to grant viewing access to the task.

string

If the task viewer is a client, add both the clientId and their companyId.

string

If the task viewer is a company, only add the companyId and leave clientId empty.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.