Twist Make integrationAutomate Twist with Make.
Can Make react to Twist the moment a thread or message lands? Yes. The Twist Make integration gives you 12 modules, including 6 instant triggers. This guide connects your account, builds a first scenario with you and explains each module in plain words.
Verified Trustpilot reviews · AI, automation & growth agency
What does the Twist Make integration do?
The Twist Make integration links your Twist workspace to Make, a no-code tool where you build a scenario (the automation itself, a chain of modules). Twist alerts Make when something happens to a channel, a thread, a comment, a message, a group or a team, and Make can post, upload or list content back in Twist.
Turn a direct message into a tracked thread. A client request often arrives in a private conversation and gets buried. With Watch Messages as the starting point and Create a Thread as the next module, the request becomes a thread in a support channel where the whole team can see it and answer.
Keep a channel in sync with another tool. Watch Threads hands every new discussion to Make, so you can copy its title into a project board or a spreadsheet. The reverse also works: a form answer or a CRM update can open a thread with Create a Thread, or add a reply with Create a Comment.
Share files and review a channel. Upload an Attachment sends a file into Twist, and List All Threads returns every thread in a channel so a scenario can go through them one by one, for example to build a digest.
What the app does not cover out of the box, Make an API Call can reach with the same connection. The same app also exists in n8n: see the Twist n8n integration and the n8n vs Make comparison. Before you pick a plan, read Make pricing.
How do you connect Twist to Make?
- 01
Register an app in Twist
Twist asks for your own OAuth credentials. In your Twist account, open the App Console or Developer section, click Create Application, give it a name and enter the callback URI
https://www.integromat.com/oauth/cb/twist. Copy the Client ID and the Client secret. - 02
Add a Twist module
In your Make scenario, add any Twist module and click Create a connection. A connection is your Twist account linked to Make once, then reused by every Twist module. The Connection name field is optional, but a clear name helps later.
- 03
Paste the credentials
Enter the Client ID and Client secret you copied, or follow the instructions on screen, then approve access. The connection now appears in the list, and Make can read your channels and threads when you fill the next fields.
Build your first scenario with Twist
GoalWhen a message arrives in a Twist conversation, Make opens a thread in a channel so the team can follow it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module. Search for Twist and pick Watch Messages.
- 02
Set up the webhook
Click Create a webhook, then Create a connection with the credentials from your Twist app. Twist will now call Make each time a message event happens.
- 03
Add the thread action
Click the + on the right of the trigger and add Create a Thread. Pick the channel from the list Make loads, then map the message text into the thread content.
- 04
Test with Run once
Click Run once, then send a test message in Twist. Each module shows the bundle it received, meaning the item passed along, so you can check that the right text reached the thread.
- 05
Switch it on
Save, then turn the scenario on. Because the trigger is instant, it runs as soon as Twist calls Make, not on a timer. Each module run counts as one operation on your Make plan.
Twist triggers in Make
6 modules start a scenario when something happens in Twist. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Twist as soon as it happens.
Watch Channels
Instant triggerIn Make“Triggers when channel related event occurs.”
Starts your scenario whenever Twist reports an event about a channel, so the rest of your stack hears about workspace structure changes without anyone copying them by hand.
Watch Comments
Instant triggerIn Make“Triggers when comment related event occurs.”
Hands each comment event to Make, which means replies inside a Twist thread can feed a helpdesk, a CRM note or a follow-up list the moment they appear.
Watch Groups
Instant triggerIn Make“Triggers when group related event occurs.”
Gives you a starting point each time Twist signals something about a group, which helps you keep access lists and directories aligned with who is in which group.
Watch Messages
Instant triggerIn Make“Triggers when message related event occurs.”
Catches message events from Twist conversations, so requests people send you there do not stay hidden from the rest of your tools.
Watch Teams
Instant triggerIn Make“Triggers when team related event occurs.”
Lets Make know about events at the team level of Twist, useful when the whole workspace setup matters to another system such as an internal directory.
Watch Threads
Instant triggerIn Make“Triggers when thread related event occurs.”
Sends every thread event to Make, so new discussions in your channels can land in a board, a sheet or a digest without anyone pasting links around.
Twist actions and searches in Make
Twist gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Comment
ActionIn Make“Posts a new comment to a specific thread.”
Adds a reply to a Twist thread you choose, so an update from another tool shows up right where the discussion already happens instead of in a new place.
Create a Message
ActionIn Make“Posts a new message to a specific conversation.”
Posts a message into a Twist conversation rather than a channel, which is handy for a heads-up meant for one person or a small group.
Create a Thread
ActionIn Make“Creates a new thread in a specific channel.”
Opens a new thread in a channel, giving a topic its own titled space that the team can follow, answer and later search in Twist.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the Twist API with the connection you already set up, which covers whatever the ready-made Twist modules leave out.
Upload an Attachment
ActionIn Make“Uploads a file.”
Sends a file into Twist, so a document produced or received elsewhere can join the discussion without anyone downloading and uploading it again.
List All Threads
SearchIn Make“Lists all threads in a channel.”
Returns every thread of a channel as separate bundles, which gives you a full picture of a channel to review, copy or summarize in one run.
Need help automating Twist with Make?
A person reads every message.