Resources · Make integration

Copicake Make integrationAutomate Copicake with Make.

Need images produced by Copicake every time data changes somewhere else? The Copicake Make integration gives you 3 action modules and no trigger. This guide is for people new to Make: you link your account, build a first scenario and learn when each module fits.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What does the Copicake Make integration do?

The Copicake Make integration lets a Make scenario ask Copicake for images without any code. A scenario is the automation you build in Make: a chain of modules, where each module is one brick, such as an action from one app. Copicake brings three action modules and no trigger, so another app or a schedule starts the flow.

Visuals that follow your data. Put a trigger from another app first, for example a new record in a table, then add Create an Image so Copicake renders a picture from the data that just arrived. Each item that moves from one module to the next is called a bundle: one record gives one bundle, and one image.

Checking on a render later. Get an Image fetches an image from its rendering ID. It suits a second step or a separate scenario that needs the result of a render that already happened.

Anything the list does not cover. Make an API Call reaches any endpoint of the Copicake API with the same connection, which helps because the official documentation on Copicake is still marked as limited.

Copicake also has an n8n node; the Copicake n8n integration page covers it and n8n vs Make sets the two tools side by side. To learn the editor itself, see Make training.

Connect

How do you connect Copicake to Make?

  1. 01

    Add a Copicake module

    In your scenario, click the + and search for Copicake, then pick one of its modules. Click Create a connection. A connection is your Copicake account linked to Make once and reused by every Copicake module.

  2. 02

    Name the connection

    This step is optional, but a clear name helps when you later run several accounts or workspaces. Pick something you will recognize in the connection list of any module.

  3. 03

    Authorize and save

    Either approve Make on the Copicake page that opens, or paste the key Copicake gives you, depending on what the window asks for. Then click Save and the module fields become available.

First scenario

Your first scenario with Copicake

GoalWhen a new item shows up in another app, Make asks Copicake to create an image from it.

  1. 01

    Create the scenario

    Open the Scenarios page, create a new scenario and click the + to add the first module. Since Copicake has no trigger, this first module comes from the app that holds your data.

  2. 02

    Set the starting module

    Pick the trigger of that other app, link its account with Create a connection and fill its fields. Make lists what it can read once the connection exists.

  3. 03

    Add Create an Image

    Click the + on the right of the first module, search for Copicake and choose Create an Image. Map the incoming data into its fields by clicking the values from the previous module.

  4. 04

    Test with Run once

    Click Run once. The scenario runs a single time and each module shows the bundles it received, so you can check what Copicake got and what it returned.

  5. 05

    Schedule and switch on

    Open the clock on the first module. A new scenario runs every 15 minutes by default; on the Free plan that is also the shortest interval. Then switch the scenario on.

Modules

What the Copicake modules do

Copicake gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.

Copicake1

Create an Image

Action

In MakeCreates an image.

This is the module that produces the picture: you hand Copicake the data from earlier modules and it renders a new image for each bundle that reaches it.

When to use it
right after the trigger of the app that holds your content, when every new item deserves its own visual.
Watch out
every bundle costs one operation, so a trigger that returns many items produces as many images and as many operations.
Copicake2

Get an Image

Action

In MakeGets an image based on the rendering ID.

Hand it a rendering ID and it brings back that image, so a later step can read the result of a render that was started before.

When to use it
in a follow-up scenario that stored the rendering ID and now needs the finished image to send or file it elsewhere.
Watch out
the module needs the ID itself, so keep it somewhere a scenario can read, such as a table row.
Copicake3

Make an API Call

Action

In MakePerforms an arbitrary authorized API call.

Your way out when the two named modules fall short: it sends a request to any endpoint of the Copicake API and reuses the connection you already set up.

When to use it
when you need something from Copicake that neither Create an Image nor Get an Image offers.
Watch out
you write the request yourself, so keep the Copicake API reference open, since Make's own documentation for this app is limited.
Need help

Need help automating Copicake with Make?

A person reads every message.

FAQ

Copicake and Make: common questions

01Is the Copicake Make integration free?
Yes, Copicake is a standard app, so it works on the Make Free plan. That plan allows 2 active scenarios, at least 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 (Core, Pro, Teams and Enterprise) bring the interval down to 1 minute, remove the cap on active scenarios and allow 40 minutes of execution. Usage is counted in operations: one module processing one bundle is one operation. Make's plans say nothing about your Copicake account itself: check its terms on the Copicake side.
02What do you need to connect Copicake to Make?
A Copicake account and a Make account. Make's documentation lists no specific prerequisite for this app. You add a Copicake module, click Create a connection, optionally name it, then either approve Make on the Copicake page or paste the key Copicake provides, and click Save. The connection is then shared by all three Copicake modules. Because the documentation is marked as limited, look up on the Copicake side which access method your account uses if the window asks for something you do not have.
03Can a Copicake scenario start on its own without a trigger?
It depends on what you want to start it. Copicake has no trigger module in Make, so the scenario begins elsewhere. The usual choice is the trigger of the app that holds your data, with Create an Image added right after it. The other option is the schedule on the first module: every 15 minutes by default, 15 minutes at the shortest on the Free plan and 1 minute on paid plans. An instant start is only possible when that first app calls Make through a webhook.
04What if a Copicake module is missing in Make?
Use Make an API Call. It calls any endpoint of the Copicake API through the connection you already have, so you are not limited to Create an Image and Get an Image. You will need to write the request yourself from Copicake's API reference. Keep in mind that Make currently flags its Copicake documentation as limited because not enough public information is available, so the module list is short and no troubleshooting notes exist yet.
05Should you use Make or n8n for Copicake?
It depends on the tool your team already runs. Copicake has a module set in Make and also a node in n8n, so both can generate images from your data. In Make you get Create an Image, Get an Image and Make an API Call, a visual editor and a Free plan to test with. Choose the platform where your other automations already live, so the connections and the data you map stay in one place. The comparison page on this site details both tools.