- Home
- Resources
- Integrations
- Copicake
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 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.
How do you connect Copicake to Make?
- 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.
- 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.
- 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.
Your first scenario with Copicake
GoalWhen a new item shows up in another app, Make asks Copicake to create an image from it.
- 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.
- 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.
- 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.
- 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.
- 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.
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.
Create an Image
ActionIn Make“Creates 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.
Get an Image
ActionIn Make“Gets 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.
Make an API Call
ActionIn Make“Performs 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.
Need help automating Copicake with Make?
A person reads every message.