Create Post
Creates a post in your Missive workspace.
Query
Comma-separated response fields to include.
Body
Top-level post object required by the Missive posts endpoint.
Name of the post author used instead of the API token owner's name.
Image URL of the post author used instead of the API token owner's avatar.
Image URL used as the icon in the conversation list.
Subject for a new conversation created by the post.
Conversation color as a HEX code or one of good, warning, or danger.
Main message of a post as plain text.
Main message of a post formatted with Markdown.
Notification object with title and body keys used to render a notification.
Array of attachment objects for the post.
References used to append the post to an existing conversation.
Conversation ID to append the post to an existing conversation.
Organization ID used to scope or link the conversation.
Team ID used to link the conversation to a team.
Pass true to force a new team even if the conversation is already in another team.
User IDs that should get access to the conversation. Requires Organization when provided.
User IDs to assign to the conversation. Requires Organization when provided.
Shared label IDs to add to the conversation.
Shared label IDs to remove from the conversation.
Pass true to move the conversation to Inbox for everyone with access.
Pass true to move the conversation to a team inbox. Requires Team when provided.
Pass true to close the conversation for everyone with access.
Pass true to keep a closed conversation closed after adding the post.