Coze Make integrationAutomate Coze with Make.
Can Make feed messages to a Coze assistant and pull its answers back out? The Coze Make integration gives you 5 modules: 3 actions and 2 searches. This guide is for teams that already build bots in Coze. It shows how to link your account, then walks through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Coze Make integration do for you?
The Coze Make integration lets a Make scenario talk to your Coze conversations and assistants. A scenario is the automation you build in Make, a chain of modules. A module is one brick of that chain. Coze brings 5 of them: you can post a message, read what an assistant wrote, look up a conversation and send back tool results.
Put incoming requests in front of your bot. A request lands in another app, and Create a Message adds it to a Coze conversation. The item that travels between modules is called a bundle: here, one request.
Collect what the assistant said. Message an Assistant lists the messages of an assistant, so a later module can store them or pass them on. Search Conversation fetches the details of a conversation when you already hold its ID.
Close the loop on tools. When your Coze setup relies on a tool that runs outside Coze, Submit a Tool Outputs hands the result back. Anything the list does not cover goes through Make an API Call, on the same connection.
One honest limit: Make's own documentation for Coze is marked as limited, for lack of public information. Test every module on real data before you rely on it. The Make troubleshooting guide helps when a run fails, and n8n vs Make puts the two tools side by side. If you are new to the editor, Make training covers the basics.
How do you connect Coze to Make?
- 01
Open the connection window
Add any Coze module to your scenario and click Create a connection. A connection is your Coze account linked to Make once, then reused by every Coze module you add afterwards.
- 02
Give it a name you will recognize
Naming the connection is optional, but a good habit. If several workspaces or clients end up in the same Make account, a clear name saves you from picking the wrong one later.
- 03
Authorize Make and save
Follow what the window asks: either approve Make on the Coze page that opens, or paste the key Coze gives you. Then click Save. Make reuses this connection from now on.
Your first scenario with Coze and Make
GoalWhen a new request arrives in another app, Make posts it to a Coze conversation, then reads the assistant's messages.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. Coze has no trigger, so pick the trigger of the app where requests arrive, such as your form or help desk tool.
- 02
Add Create a Message
Click the + to the right of that first module, search for Coze and choose Create a Message. Create your connection, then map the request text from the previous module into the message.
- 03
Read the assistant's messages
Add Message an Assistant after it. As a search, it can return zero, one or several bundles, so plan what the next step does with each of them.
- 04
Test with Run once
Click Run once and send a test request. Then read the bundles each module received and confirm the message reached the right conversation.
- 05
Schedule and switch it on
Set the schedule on the first module. A new scenario checks every 15 minutes by default, which is also the shortest interval on the Free plan. Then switch the scenario on.
What each Coze module does
Coze gives you 5 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Message
ActionIn Make“Creates a message and adds it to the specified conversation.”
This module drops a new message into a Coze conversation you pick, so your bot sees content that started life in another tool.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Here you reach any endpoint of the Coze API from your scenario, reusing the connection you already set up, without a second login.
Submit a Tool Outputs
ActionIn Make“Submits the results of tool execution.”
Once a tool has run outside Coze, this action sends its result back so the conversation can carry on with that answer in hand.
Message an Assistant
SearchIn Make“Lists messages from an assistant.”
Think of it as the reading side of the integration: it lists the messages written by an assistant, ready for the next module to store or forward.
Search Conversation
SearchIn Make“Views the conversation information by conversation ID.”
Give it a conversation ID and it returns what Coze knows about that conversation, so later steps work from verified details rather than guesses.
Need help automating Coze with Make?
A person reads every message.