Resources · Make integration

Copy AI Make integrationAutomate Copy AI with Make.

What happens to a Copy AI workflow once it finishes? The Copy AI Make integration offers 3 modules: 1 instant trigger and 2 actions. This guide is for marketers and sales ops who want each finished run to reach the right tool, and it walks you through a first scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the Copy AI Make integration do?

The Copy AI Make integration links your Copy AI account to Make, a no-code tool where you chain apps inside a scenario (the automation you build, made of modules, each one a single brick: a trigger or an action). Copy AI tells Make when a workflow run starts, completes or fails, and Make can then pull the result of that run and pass it to your other tools.

Send finished copy where it is needed. A content team runs a Copy AI workflow that drafts social media captions. With Watch New Workflow Runs followed by Get a Workflow Run, each completed run hands its output to the next module, so nobody pastes the text by hand.

Spot failed runs early. The same trigger also fires when a run fails. A sales ops lead can route those events to a chat message or a task instead of discovering a gap in the outreach queue much later.

Reach the rest of the API. Make an API Call reuses your Copy AI connection to call any endpoint of the Copy AI API, which covers what the two listed actions leave out.

What Make does not do here: the catalog has no dedicated module to start a workflow, create one or edit one. Anything beyond watching runs and reading a result goes through Make an API Call. The Make training covers that module step by step, and Make pricing explains how operations are counted.

Still choosing a tool? The n8n vs Make comparison lays out the criteria side by side.

Connect

How do you connect Copy AI to Make?

  1. 01

    Add a Copy AI module

    In your scenario, click the + and search for Copy AI. Pick a module. If it is the instant trigger, click Create a webhook first, then Create a connection. For an action, go straight to Create a connection.

  2. 02

    Generate an API key in Copy AI

    In Copy AI, open Configuration in the left sidebar, then the API Keys card, and click Create at the top right. Give the key a name and a user, add an expiry date if you want one, click Create and copy the key.

  3. 03

    Paste the key into Make

    Back in Make, you can type a label in Connection name, which helps when several teams share the workspace. Paste the API key, save, and the connection is ready. Every Copy AI module in your scenarios will reuse it.

First scenario

Your first scenario with Copy AI

GoalWhen a Copy AI workflow run ends, Make retrieves its result and makes it available to the next module.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the + in the middle of the canvas. That empty circle is where your first module, the trigger, will sit.

  2. 02

    Add the trigger

    Search for Copy AI and choose Watch New Workflow Runs. Click Create a webhook, then Create a connection and paste the API key you generated in Copy AI.

  3. 03

    Fetch the run result

    Click the + on the right of the trigger and add Get a Workflow Run. Map the run received from the trigger into it, so Make asks Copy AI for the output of that exact run.

  4. 04

    Test with Run once

    Click Run once. Make runs the scenario one time and shows the bundles, meaning the items passed from one module to the next, that each module received. Read them to check the output you expect is there.

  5. 05

    Switch it on

    When the test looks right, switch the scenario on. Since the trigger is instant, Copy AI calls Make through the webhook as soon as a run starts, completes or fails.

Triggers

What starts a Copy AI scenario

1 module starts a scenario when something happens in Copy AI. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Copy AI as soon as it happens.

Copy AI1Watch New Workflow Runs

Watch New Workflow Runs

Instant trigger

In MakeTriggers when a workflow run has started, completed, or failed.

Watch New Workflow Runs gives your scenario a signal each time a Copy AI workflow run changes state: when it has started, when it has completed and when it has failed. Each event arrives in Make as one bundle, and the modules after it act on that run.

How it fires
instant, the app calls Make through a webhook as soon as it happens.
When to use it
put it first whenever the rest of your process depends on Copy AI finishing a job, for example handing freshly drafted outreach copy to your CRM or alerting someone about a failed run.
Watch out
started, completed and failed runs all fire the same trigger, so a run that has only just started reaches your scenario too.
Modules

What Copy AI can do in Make

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

Copy AI1

Get a Workflow Run

Action

In MakeRetrieves the result of a workflow run.

Get a Workflow Run brings back the result of one Copy AI workflow run, so the generated text becomes data you can map into an email, a sheet or a CRM field.

When to use it
right after Watch New Workflow Runs, to read the output of the run that just fired the trigger.
Watch out
the trigger also fires for runs that started or failed, and those may have no finished result to retrieve yet.
Copy AI2

Make an API Call

Action

In MakePerforms an arbitrary authorized API Call.

Make an API Call lets you reach any endpoint of the Copy AI API from your scenario, reusing the connection you already created, without a second key.

When to use it
when the task you need is not among the listed modules, since Make offers no dedicated module to start or edit a workflow.
Watch out
you write the request yourself, so keep the Copy AI API documentation open while you set it up.
Need help

Need help automating Copy AI with Make?

A person reads every message.

FAQ

Copy AI and Make: common questions

01Is the Copy AI Make integration free?
Yes, on the Make side. Copy AI is a standard app, available from the Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between two scheduled runs, 5 minutes of execution per run, files up to 5 MB and 512 MB of data transfer. Paid plans lower the interval to 1 minute and remove the cap on active scenarios. Usage is counted in operations, one per module per bundle. You still need an active Copy AI account with an API key, and its subscription is billed by Copy AI.
02What do you need to connect Copy AI to Make?
An active Copy AI account and an API key. You create the key in Copy AI under Configuration, then the API Keys card, then Create, where you enter a name and a user and can set an expiry date. In Make, add a Copy AI module, click Create a connection, optionally name it, and paste the key. For the instant trigger, click Create a webhook before creating the connection. One connection serves all 3 Copy AI modules, so you only do this once per account.
03Does the Copy AI trigger in Make fire in real time?
Yes. Watch New Workflow Runs is an instant trigger: Copy AI calls Make through a webhook as soon as a workflow run starts, completes or fails, instead of Make checking on a schedule. That is the lightning badge on the module in the editor. The interval limits of the Free plan apply to scheduled triggers, not to this one. Keep in mind that all three kinds of event reach the scenario, so plan what should happen for a run that has only started or has failed.
04What if a Copy AI module is missing in Make?
Use Make an API Call. It calls any endpoint of the Copy AI API with the same connection, so you are not limited to the 2 listed actions. This matters here because the catalog only covers watching runs and reading a result; starting or editing a workflow has no dedicated module. The Make documentation for Copy AI also carries a notice that it was generated with AI from the official Copy AI docs and may contain mistakes, so verify important details with Copy AI directly.
05Should you use Make or n8n for Copy AI?
It depends on your team and how you already work. Make gives you the 3 Copy AI modules covered here, a visual editor and a single connection shared by every module, which suits people who want to start from a guided scenario. n8n is another automation tool, and many apps have a node there too; check whether Copy AI is covered before you decide. Compare on the modules each tool offers for your case, the way you will maintain the scenarios, and who on the team will build them.