- Home
- Resources
- Integrations
- Missive
Missive Make integrationAutomate Missive with Make.
Your shared inbox can feed the rest of your stack on its own. The Missive Make integration gives you 10 modules: 3 triggers, 6 actions and 1 search. This guide walks you through the connection, a first scenario and when to pick each module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Missive Make integration do for your team?
The Missive Make integration links your Missive organization to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules that runs on a schedule or when an app calls Make. Each module is one brick, such as a trigger that starts the run or an action that writes back into Missive.
Keep your contact book in sync. Watch Contacts picks up contacts created or updated in Missive, so a CRM or a spreadsheet on the other side always gets the latest version. Going the other way, Create a Contact and Update a Contact write changes coming from a signup form straight into Missive.
Push context into a conversation. Create a Post drops data into any Missive conversation. A support lead can see an order status or a form answer right where the team is already talking, without opening another tab.
Prepare replies before anyone types. Watch New Message reacts the moment a message arrives, and Create a Draft sets up an email or SMS draft that a teammate edits and sends from Missive, or that goes out immediately if you prefer.
Two limits to know. Using Missive in Make requires an organization on the Missive Productive plan, and the Make documentation page for Missive states it was generated with AI from the vendor docs, so double-check anything critical with Missive. If you also weigh n8n, read n8n vs Make. New to scenarios? Make training covers the basics, and Make troubleshooting helps when a run fails.
How do you connect Missive to Make?
- 01
Create an API token in Missive
In Missive, open Preferences, go to the API tab and click Create a new token. Copy the token shown on screen. This only works if your organization is on the Missive Productive plan.
- 02
Add a Missive module and open the connection
In your Make scenario, add any Missive module and click Create a connection. A connection is your Missive account linked to Make once, then reused by every Missive module. You can fill Connection name so you recognize it later.
- 03
Paste the token and save
Paste the token you copied from Missive into the credentials field, or follow the on-screen instructions, and confirm. Make now lists what it can read in your Missive account, which is the sign the link works.
Your first scenario: a draft ready for every new message
GoalWhen a new message arrives in Missive, Make prepares a draft your team can review and send from Missive.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. Everything you build next hangs off that starting point.
- 02
Add Watch New Message
Search for Missive, pick Watch New Message, click Create a webhook, then Create a connection with your API token. From now on, Missive tells Make each time a message comes in.
- 03
Add Create a Draft
Click the + on the right of the trigger and choose Create a Draft. Map data from the message bundle, meaning the single item the trigger passed along, into the draft so the reply starts with the right context.
- 04
Test with Run once
Click Run once, then send a test message to your Missive inbox. Open the bubbles above each module to read the bundles they received and check the draft shows up in Missive.
- 05
Switch it on
Turn the scenario on. Because the trigger is instant, it runs as messages arrive instead of waiting for the default 15 minutes schedule. Each module run counts as one operation on your Make plan.
What can start a Missive scenario?
3 modules start a scenario when something happens in Missive. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Missive as soon as it happens.
Watch Contacts
Scheduled triggerIn Make“Triggers when a new contact is created or updated.”
Hands your scenario every Missive contact that was just created or edited, so the systems around your inbox stop drifting apart.
Watch New Comment
Instant triggerIn Make“Triggers when a new comment is added.”
Lets you react to the internal side of Missive: whenever a teammate leaves a comment, your scenario starts with that comment in hand. Handy for turning quick chat notes into tasks or alerts elsewhere.
Watch New Message
Instant triggerIn Make“Triggers when a new message is received.”
Starts your scenario the moment a message lands in Missive, which makes it the natural entry point for anything customer facing: routing, logging, or preparing an answer before a human opens the thread.
Every Missive module, and when to pick it
Missive gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Contact
ActionIn Make“Creates a new contact.”
Adds a brand new person to your Missive contacts, so the team sees a known name instead of a bare address the next time that person writes.
Create a Draft
ActionIn Make“Creates an email or SMS draft that can either be sent immediately or edited and sent from the Missive app.”
Prepares an email or an SMS inside Missive. You decide whether it leaves right away or sits as a draft that a teammate polishes and sends from the Missive app.
Create a Post
ActionIn Make“Injects data in any Missive conversation.”
Drops information from another app directly into a Missive conversation, so the people handling it get context without leaving the thread. Think payment status, form answers or a ticket number.
Get a Contact
ActionIn Make“Fetches a specific contact using the contact ID.”
Retrieves one specific Missive contact when you already hold its contact ID, giving the next modules the full record to work with instead of a bare identifier.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the rest of the Missive API from inside your scenario, reusing the same connection, so you can call any endpoint the listed modules do not cover.
Update a Contact
ActionIn Make“Updates an existing contact.”
Edits a contact that already exists in Missive, so the details your team relies on stay in line with your CRM or your billing tool.
Search Contacts
SearchIn Make“Searches for contacts or lists them all.”
Looks through your Missive contacts, or lists them all, and returns every match as a separate bundle that later modules process one by one.
Need help automating Missive with Make?
A person reads every message.