Docs

Create Post

Creates a post 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
object

Top-level post object required by the Missive posts endpoint.

string

Name of the post author used instead of the API token owner's name.

string

Image URL of the post author used instead of the API token owner's avatar.

string

Image URL used as the icon in the conversation list.

string

Subject for a new conversation created by the post.

string

Conversation color as a HEX code or one of good, warning, or danger.

string

Main message of a post as plain text.

string

Main message of a post formatted with Markdown.

objectrequired

Notification object with title and body keys used to render a notification.

array of object

Array of attachment objects for the post.

array of string

References used to append the post to an existing conversation.

string

Conversation ID to append the post to an existing conversation.

string

Organization ID used to scope or link the conversation.

string

Team ID used to link the conversation to a team.

boolean

Pass true to force a new team even if the conversation is already in another team.

array of string

User IDs that should get access to the conversation. Requires Organization when provided.

array of string

User IDs to assign to the conversation. Requires Organization when provided.

array of string

Shared label IDs to add to the conversation.

array of string

Shared label IDs to remove from the conversation.

boolean

Pass true to move the conversation to Inbox for everyone with access.

boolean

Pass true to move the conversation to a team inbox. Requires Team when provided.

boolean

Pass true to close the conversation for everyone with access.

boolean

Pass true to keep a closed conversation closed after adding the post.

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.