Docs

Create Task

Creates a task in your Missive workspace.

POST

Query

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

Comma-separated response fields to include.

Body

Arguments
stringrequired

Task title. Max 1000 characters.

string

Task description. Max 10000 characters.

string

Task state.

string

Organization ID. Required when using team, assignees, or add_users.

string

Team ID. Either team or assignees is required for standalone tasks.

array of string

Array of assignee user IDs. Either team or assignees is required for standalone tasks.

date

Unix timestamp for the task due date.

Uncommon arguments
boolean

Whether this task is a subtask of a conversation.

string

Parent conversation ID. Required when subtask is true.

array of string

Array of references used to find or create the parent conversation.

string

Subject for the parent conversation when creating via references.

array of string

Array of user IDs to add to the parent conversation.

boolean

Move the parent conversation to Inbox for everyone with access.

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.