Resources · Make integration

Qwen AI Make integrationAutomate Qwen AI with Make.

Need Qwen AI to write, answer or summarize inside your other tools? The Qwen AI Make integration gives you 4 action modules and no trigger. This guide shows ops and marketing teams how to link the account and run a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Qwen AI Make integration do for you?

It lets Make send text to Qwen AI and bring the answer back into a scenario, which is the automation you build in Make as a chain of modules (one module is one brick: an action, a search or a trigger). Qwen AI brings 4 actions and no trigger, so another app or a schedule starts the flow.

Draft replies to incoming requests. A form tool or a help desk hands Make a new message, and Create a Chat Completion asks a Qwen model for a first answer your team can review before sending.

Turn raw notes into clean copy. Pick Generate a Text when a row, a ticket or a product sheet needs a short description written from its fields. Each item that flows between modules is called a bundle, and each one gets its own text.

Reach a Qwen AI application. If you already set up an application on the Qwen AI side, Send a Message to an Application talks to it from Make. For any request the other three do not cover, Make an API Call reuses the same connection.

Know the limits before you start. The Make documentation for this app says it is AI-generated from the Qwen AI docs and may contain mistakes, so check anything critical with Qwen AI directly. The Make review gives a wider picture of the editor, and Make pricing explains how operations are counted. Weighing another tool? Read n8n vs Make.

Connect

How do you connect Qwen AI to Make?

  1. 01

    Create an API key in Model Studio

    You need an Alibaba Cloud account. In the Model Studio console, open Key Management, go to the API-Key tab and click Create API Key. Choose an owner account and a workspace, add a description, confirm with OK, then copy the key shown on screen.

  2. 02

    Open a Qwen AI module in Make

    Log in to Make, add any Qwen AI module to your scenario and click Create a connection. The connection is your Qwen AI account linked to Make once, then reused by every Qwen AI module you add later.

  3. 03

    Paste the key and save

    Give the connection a clear label in Connection name if you plan to use several keys, which is optional. Paste the API key you copied, or follow the instructions on screen, and save. The module is now ready to fill.

First scenario

Your first scenario with Qwen AI

GoalWhen another app hands Make a new item, Qwen AI writes a text from it and the result lands in the scenario.

  1. 01

    Create the scenario

    Go to the Scenarios page, create a new scenario and click the +. Search for the app that holds your source data, such as a form or a sheet, and pick its trigger.

  2. 02

    Add Generate a Text

    Click the + on the right of that first module, search for Qwen AI and choose Generate a Text. Click Create a connection and paste your API key.

  3. 03

    Map the source data

    Fill the module fields. Where you describe what Qwen AI should write, drag in values from the first module, so each new item produces its own text instead of the same answer every time.

  4. 04

    Test with Run once

    Click Run once to execute the scenario one time. Open the bundle bubbles above each module to read what went in and what Qwen AI sent back, then adjust your wording.

  5. 05

    Schedule and switch on

    Set the schedule on the first module with the clock icon (every 15 minutes by default), then switch the scenario on. From now on, each new item gets its text without you opening Make.

Modules

What each Qwen AI module does

Qwen AI gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Qwen AI1

Create a Chat Completion

Action

In MakeSends a message to an assistant.

Sends a message to a Qwen assistant and returns its reply into the scenario, so a question from another app gets an answer you can route anywhere.

When to use it
a customer email or support ticket arrives and you want a suggested reply attached to it before a person reviews it.
Watch out
the reply is generated text, so keep a human check before anything reaches a customer.
Qwen AI2

Generate a Text

Action

In MakeGenerates a text.

Produces a piece of text for each bundle it receives, which makes it the simplest way to turn fields from another app into readable copy.

When to use it
a new product row lands in a sheet and needs a short description written from its name and features.
Watch out
every bundle costs one operation, meaning one execution counted on your Make plan, so filter out items you do not need first.
Qwen AI3

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Opens the rest of the Qwen AI API to your scenario: you send any request yourself with the connection you already created, without a second key.

When to use it
the three ready-made modules do not offer the request you need and the Qwen AI documentation describes one that does.
Watch out
you write the request by hand, so read the vendor documentation closely and test it with Run once.
Qwen AI4

Send a Message to an Application

Action

In MakeSends a message to an application.

Delivers a message to an application on the Qwen AI side and brings its response back, instead of talking to a model directly.

When to use it
your team already set up an application in Qwen AI and you want a sales lead or a form entry to reach it from Make.
Watch out
the Make doc for this app is AI-generated and may contain mistakes, so confirm details about applications with Qwen AI.
Need help

Need help automating Qwen AI with Make?

A person reads every message.

FAQ

Qwen AI and Make: common questions

01Is the Qwen AI Make integration free?
Yes on the Make side: Qwen AI is a standard app, available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between scheduled runs, runs of up to 5 minutes, files up to 5 MB and 512 MB of data transfer. Paid plans bring a 1 minute minimum interval and unlimited active scenarios, with usage counted in credits per month. Your Qwen AI subscription is separate: its pricing lives on the Qwen AI pricing page, not in Make.
02What do you need to connect Qwen AI to Make?
An Alibaba Cloud account and a Qwen AI API key. You create the key in the Model Studio console under Key Management, on the API-Key tab, after choosing an owner account and a workspace. In Make, you add a Qwen AI module, click Create a connection, optionally name it, and paste the key. That single connection then serves all 4 Qwen AI modules in every scenario you build, so you only paste the key once.
03Can Qwen AI start a Make scenario in real time?
No. Qwen AI has no trigger module in Make, so it cannot start a scenario by itself. The flow has to begin elsewhere: with the trigger of another app, such as a form or a sheet, or with the scenario schedule set on the first module, which runs every 15 minutes by default. An instant trigger from another app, which calls Make through a webhook as soon as something happens, also works as a starting point.
04What if the Qwen AI module you need is missing in Make?
Use Make an API Call. It sends any request to the Qwen AI API with the connection you already have, so you are not limited to the three ready-made modules. You write the request yourself from the Qwen AI documentation. Keep in mind that the Make documentation for this app is AI-generated and may contain mistakes, so check important details with Qwen AI before relying on them in a live scenario. Test each request with Run once first.
05Make or n8n for Qwen AI?
It depends on where the rest of your automations live. In Make, Qwen AI offers 4 action modules, including a generic API call that covers what the others skip. Many apps also have an n8n node, so check whether the one you need exists there before choosing. If your forms, sheets and inboxes already run through Make scenarios, adding Qwen AI there keeps everything in one editor. The comparison page linked above lists the criteria side by side.