Resources · Make integration

ConvertAPI Make integrationAutomate ConvertAPI with Make.

Need files converted without opening a converter by hand? The ConvertAPI Make integration gives you 3 action modules: upload a file, convert it, or call the API directly. This guide is for people who already use ConvertAPI and walks you from connection to a first working scenario.

Verified Trustpilot reviews · AI, automation & growth agency

What you can automate

What can the ConvertAPI Make integration do for you?

The ConvertAPI Make integration links your ConvertAPI account to Make so files get uploaded and converted inside a scenario, which is the automation you build in Make as a chain of modules. A module is one brick of that chain. ConvertAPI brings three of them, all actions, so something else has to hand them a file first.

Converted copies of incoming attachments. A file lands in another app you already use, Make passes it to Upload a File, and Convert a File produces the version your team actually opens. Each file travels as a bundle, one item moving from one module to the next.

A conversion step inside a bigger flow. When a scenario already collects documents, for example from a form or a shared drive, drop the two ConvertAPI modules in the middle and send the result on to the next app. If you keep your records in Airtable, the Airtable Make integration is one place to store what comes out.

Calls the listed modules skip. If the option you need is in the ConvertAPI API but not in the two file modules, Make an API Call reaches any endpoint with the same connection, so you are not stuck when the option you need has no module.

Know the limits before you build. ConvertAPI has no trigger in Make, so it never starts a scenario on its own, and the documentation gives no figures on file size or volume for this app. On the Free plan, Make caps files at 5 MB and runs at 5 minutes each. If you are still weighing tools, our n8n vs Make comparison sets out the criteria, and Make pricing explains how operations are counted.

Connect

How do you connect ConvertAPI to Make?

  1. 01

    Open the connection window

    In your scenario, add any ConvertAPI module, such as Upload a File, then click Create a connection. A connection is your ConvertAPI account linked to Make once, and every ConvertAPI module reuses it afterwards.

  2. 02

    Give it a clear name

    Naming the connection is optional, but a label like the account owner or the workspace saves guesswork later, especially if a colleague ends up with a second ConvertAPI account in the same Make organization.

  3. 03

    Authorize and save

    Follow what Make shows you: either approve access on the ConvertAPI page that opens, or paste the key ConvertAPI gives you into the field. Then click Save, and the module can use your account right away.

First scenario

Build your first scenario with ConvertAPI

GoalWhen a file arrives in another app, Make uploads it to ConvertAPI and hands back a converted copy.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the +. Since ConvertAPI has no trigger, your first module comes from the app where your files already live.

  2. 02

    Pick the starting module

    Search that app, choose the module that watches for new files and connect the account. Make can then list the folders or items it is allowed to read, so you point it at the right place.

  3. 03

    Add Upload a File

    Click the + to the right, search ConvertAPI and choose Upload a File. Create the connection, then map the file coming out of the first module into it.

  4. 04

    Add Convert a File

    Add Convert a File next, choose the source and target formats, and map the File ID returned by the upload step so ConvertAPI knows which file to work on.

  5. 05

    Test with Run once

    Click Run once. Make runs the scenario a single time and shows the bundles each module received, which is where you check that a file really went in and a result came out.

  6. 06

    Schedule and switch it on

    Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. From then on each run counts operations, one per module per bundle.

Modules

What each ConvertAPI module does

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

Files

2 modules
ConvertAPI1

Upload a File

Action

In MakeUploads a file and returns a File ID to be used for conversions.

This module sends a file from your scenario to ConvertAPI and returns a File ID, a reference you reuse in the conversion step instead of sending the file twice.

When to use it
place it right after the module that brings the file in, whenever a later step needs to point at that file by its ID.
Watch out
the upload alone converts nothing, so a scenario that stops here only leaves the file waiting on ConvertAPI.
ConvertAPI2

Convert a File

Action

In MakeConverts a file from selected format to other selected format.

Here is where the actual work happens: you pick the format the file is in and the format you want, and ConvertAPI returns the converted result for the next module to store or send.

When to use it
any time a document reaches your scenario in a format the next person or app cannot use as is.
Watch out
check the output in the Run once bundles before switching on, since a wrong format choice repeats on every file.

Other

1 module
ConvertAPI3

Make an API Call

Action

In MakePerforms an arbitary authorized API Call.

Your fallback for anything the two file modules do not cover: it calls any endpoint of the ConvertAPI API with the connection you already set up, so no second login is needed.

When to use it
when the option you need exists in the ConvertAPI API but has no module of its own in Make.
Watch out
you write the request yourself, so keep the ConvertAPI API reference open while you fill it in.
Need help

Need help automating ConvertAPI with Make?

A person reads every message.

FAQ

Questions people ask next

01Is the ConvertAPI Make integration free?
Yes, on the Make side. ConvertAPI is a standard app, so it is 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 lower the interval to 1 minute, remove the cap on active scenarios and allow 40 minutes per run. Make counts usage in operations, one per module per bundle. Your ConvertAPI account itself is a separate matter this page does not cover.
02What do you need to connect ConvertAPI to Make?
A ConvertAPI account and a Make account. The ConvertAPI documentation in Make lists no specific prerequisite and no custom connection steps, so the generic flow applies. Add a ConvertAPI module, click Create a connection, optionally name it, then either authorize Make on the ConvertAPI page or paste the key ConvertAPI gives you, and click Save. That single connection then serves Upload a File, Convert a File and Make an API Call alike.
03Can ConvertAPI start a Make scenario in real time?
No. ConvertAPI has no trigger module in Make, neither scheduled nor instant, so it cannot start a scenario by itself. You start the flow another way: with a trigger from the app where your files arrive, or with a schedule on the first module, which Make sets to every 15 minutes by default and which can go down to 1 minute on paid plans. If that first trigger is instant, the app calls Make through a webhook as soon as something happens, and ConvertAPI then works on whatever file it receives.
04What if the ConvertAPI module you need is missing in Make?
Use Make an API Call. It reaches any endpoint of the ConvertAPI API with the same connection as the other two modules, so you can cover options that Upload a File and Convert a File do not expose. The documentation lists no numeric limit for this app, so no ConvertAPI quota is given here. On the Make side, the Free plan caps files at 5 MB and each run at 5 minutes, which matters for larger documents.
05Should you use Make or n8n with ConvertAPI?
It depends on the tool your team already runs. On Make, ConvertAPI brings 3 modules, a guided connection and the Run once test shown on this page, and it works from the Free plan. Many apps also have an n8n node, so check whether ConvertAPI does before deciding. Compare the two tools on your own criteria, such as who will maintain the scenarios and where your other automations live, rather than on the app alone.