- Home
- Resources
- Integrations
- Convertio
Convertio Make integrationAutomate Convertio with Make.
Need files converted without opening Convertio each time? The Convertio Make integration gives you 3 modules: two actions and one search. This page shows how to link your API key, then walks you through a first scenario that converts files for you.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Convertio Make integration do?
The Convertio Make integration links your Convertio account to Make so that file conversions happen inside a scenario, the automation you build in Make as a chain of modules. A module is one brick of that chain. Convertio brings three of them, and none is a trigger, so something else starts the scenario.
Converted copies without the manual upload. A file shows up in the tool your team already works in, and the next module, Convert a File, turns it into the format you picked. Each file travels as a bundle, one item passed from module to module.
A look at past conversions. List Operations pulls the operations Convertio holds for your account, so a scenario can read them and hand them to a later step. A search like this can return nothing, one result or many.
Anything the two modules skip. Make an API Call reaches any endpoint of the Convertio API with the connection you already set up. It asks for more care, since you write the request yourself.
Keep the Free plan in mind: files there stop at 5 MB, which matters for a conversion tool. The Make pricing page covers the paid plans. The Convertio documentation on Make lists no specific limit. If you also look at n8n, the n8n vs Make comparison sets the two side by side, and Make training helps if scenarios are new to you.
How do you connect Convertio to Make?
- 01
Copy your API key
In your Convertio account, open the API section. No account yet? Click Register, sign up, then come back to the API section and copy the key shown on screen.
- 02
Add a Convertio module
In your Make scenario, add any Convertio module and click Create a connection. A connection is your Convertio account linked to Make once, then reused by every Convertio module.
- 03
Name it and paste the key
Give the connection a label in Connection name if you like, which helps when several accounts exist. Paste the API key you copied, save, and the module is ready to fill.
Your first scenario with Convertio
GoalWhen a new file arrives in another app, Make sends it to Convertio and gets back a converted copy.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + to add the first module. Convertio has no trigger, so this first spot goes to another app.
- 02
Pick the starting app
Search for the app where your files arrive, such as your storage or form tool, pick its trigger and connect that account. This module decides when the scenario runs.
- 03
Add Convert a File
Click the + on the right of that module, search for Convertio and choose Convert a File. Create the connection with your API key, then map the file from the first module and choose the target format.
- 04
Test with Run once
Click Run once to execute the scenario one time. Read the bundles each module received and check that the converted file came back.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default on a new scenario, then switch the scenario on. Each module run counts as one operation on your plan.
What each Convertio module does
Convertio gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Convert a File
ActionIn Make“Converts a file to a specified format.”
Hand this module a file and it returns the same content in the format you choose, ready for the next module to store or send. It is the core of almost every Convertio scenario.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reach any endpoint of the Convertio API from your scenario, reusing the connection you already created, and cover what the two other modules leave out. You write the request yourself instead of filling ready made fields.
List Operations
SearchIn Make“Lists all operations.”
Get the list of operations Convertio keeps for your account, each one delivered as a separate bundle that later modules can read or filter. Here "operation" is the Convertio term, not the Make one used for your plan usage.
Need help automating Convertio with Make?
A person reads every message.