Back to integrations

Connect Missive with
1000+ apps and services

Unlock Missive's full potential with n8n Lab, connecting it to similar Communication apps and over 1000 other services. Automate communication workflows by sending, scheduling, and tracking messages across platforms. Use n8n's HTTP request node to construct adaptable and scalable workflows between Missive and your stack. All with a building experience you will love.

Missive

Launch automations built around Missive connections

0 integrations

Sort: Popularity
Google Sheets integration

Google Sheets

HTTP Request integration

HTTP Request

Gmail integration

Gmail

OpenAI integration

OpenAI

Slack integration

Slack

Telegram integration

Telegram

Airtable integration

Airtable

Google Drive integration

Google Drive

Microsoft Excel 365 integration

Microsoft Excel 365

Notion integration

Notion

Supabase integration

Supabase

Discord integration

Discord

Postgres integration

Postgres

MySQL integration

MySQL

GitHub integration

GitHub

Documentation

Supported API Endpoints for Missive

POST

Reopen conversation

Reopens the current conversation.

reopen()
POST

Assign users

Assigns users to the current conversation.

assign(userIds)
POST

Create draft

Creates a new draft in a new conversation.

/v1/api/conversations/compose
GET

List conversations

List conversations visible to the user who owns the API token.

/v1/conversations
GET

Get conversation

Fetch a specific conversation using the conversation id.

/v1/conversations/**id**
GET

List messages

List messages in the conversation passed as `id`.

/v1/conversations/**id**/messages
POST

Create conversation

Creates a new conversation.

#method-createConversation
POST

Archive conversation

Archives a specified conversation.

#method-archive
POST

Trash conversation

Moves the specified conversation to trash.

#method-trash
POST

Move to inbox

Moves the specified conversation back to inbox.

#method-moveToInbox
POST

Comment on conversation

Adds a comment to a specified conversation.

#method-comment
POST

Create task

Creates a new task related to a conversation.

#method-createTask
POST

Add labels

Adds labels to the specified conversation.

#method-addLabels
DELETE

Remove labels

Removes labels from the specified conversation.

#method-removeLabels
POST

Close conversation

Closes a specified conversation.

#method-close
POST

Reopen conversation

Reopens a specified closed conversation.

#method-reopen
POST

Assign conversation

Assigns a specified conversation to a user.

#method-assign
POST

Add assignees

Adds assignees to a specified conversation.

#method-addAssignees
DELETE

Remove assignees

Removes assignees from a specified conversation.

#method-removeAssignees
POST

Set color

Sets color for the specified conversation.

#method-setColor
POST

Set subject

Sets the subject of the specified conversation.

#method-setSubject
GET

Fetch conversations

Fetches attributes for the given conversation IDs.

fetchConversations(ids)
POST

Create conversation

Creates a new conversation.

createConversation(options)
POST

Archive conversation

Archives current conversation.

archive()
POST

Trash conversation

Trashes current conversation.

trash()
POST

Move to Inbox

Moves current conversation to Inbox.

moveToInbox()
POST

Create comment

Creates a comment in the current conversation.

comment(body)
POST

Add labels

Adds labels to the current conversation.

addLabels(labelIds)
POST

Remove labels

Removes labels from the current conversation.

removeLabels(labelIds)
POST

Close conversation

Closes the current conversation.

close()
POST

Create draft in current conversation

Creates a new draft in the current conversation.

/v1/api/conversations/composeInConversation
POST

Reply to conversation

Replies to current conversation latest message.

/v1/api/conversations/reply
POST

Forward message

Forwards current conversation latest message.

/v1/api/conversations/forward
POST

Insert text

Inserts content as text in the currently selected composer.

/v1/api/conversations/insertText
POST

Insert HTML

Inserts content as HTML in the currently selected composer.

/v1/api/conversations/insertHtml

To set up Missive integration, add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request node makes custom API calls to Missive to query the data you need using the API endpoint URLs you provide.

See the example here

These API endpoints were generated using n8n

n8n AI workflow transforms web scraping into an intelligent, AI-powered knowledge extraction system that uses vector embeddings to semantically analyze, chunk, store, and retrieve the most relevant API documentation from web pages. Remember to check the Missive official documentation to get a full list of all API endpoints and verify the scraped ones!

About Missive

Missive unifies team inboxes and chat in one app, prioritizing collaboration by centralizing team communication. Key features include team inboxes, internal team chat, workflow orchestration through rules, and seamless integrations, enhancing overall team coordination and efficiency.

Related categories

Lightning Background

A widely adopted workflow orchestration workspace trusted by technical teams including

Connect Missive with your company’s tech stack and create automation workflows

FAQs

FAQ about Missive connections

How do I configure Missive inside n8n Lab?

Do I need any special permissions or API keys to connect Missive with n8n Lab?

Can Missive be used with other tools in n8n Lab workflows?

What are some common use cases for Missive connections with n8n Lab?

How does the n8n Lab execution model help when building Missive automations?