- Home
- Resources
- Integrations
- Blotato
Blotato Make integrationAutomate Blotato with Make.
Your social posts can leave Blotato without you copying and pasting them. The Blotato Make integration gives you 7 action modules: posts, media and visuals. This page shows how to link your API key, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Blotato Make integration do for you?
The Blotato Make integration lets a Make scenario (the automation you build, a chain of steps) act inside your Blotato account: publish a post, upload a media file, create, read or delete a visual. Each step is a module, one brick of the scenario, and all seven of them are actions: they do something when the scenario reaches them.
A publishing line for a content marketer. A new video lands in your storage app, Upload a Media sends it to Blotato, then Create a Post publishes it with the text you mapped from the previous step. Nobody has to open Blotato for that one.
Visuals on demand for a small ecommerce brand. A product goes live, Create a Visual asks Blotato for an image, and Get a Visual fetches it back so the next module can use it. When a draft gets rejected, Delete a Visual removes it.
A check after publishing. Get a Post reads back a post you created, which is handy when a later step needs its details for a report or a spreadsheet.
One thing Make cannot do here: Blotato has no trigger, so it never starts a scenario by itself. Something else has to kick things off, either another app or the scenario's schedule. If you are still weighing the platform, the Make review covers the editor in depth. The same app also exists on the other side, see the Blotato n8n integration, and the n8n vs Make comparison helps you choose.
How do you connect your Blotato account to Make?
- 01
Generate your API key in Blotato
In Blotato, open Settings, go to the API section and click Generate API Key. Copy the key shown on screen. Keep that tab open, you need the key in a moment.
- 02
Add a Blotato module and create the connection
In your Make scenario, add any Blotato module and click Create a connection. A connection is your Blotato account linked to Make once, then reused by every Blotato module. The Connection name field is optional, but a clear name helps later.
- 03
Paste the key and save
Paste the API key you copied from Blotato into the connection window, or follow the instructions Make shows on screen, then save. The module can now talk to your account, and the next Blotato module you add will offer the same connection.
Your first scenario with Blotato
GoalWhen the scenario runs on its schedule, Make uploads a media file to Blotato and publishes a post with it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to add the first module. Blotato has no trigger, so this first brick is an action.
- 02
Add Upload a Media
Search for Blotato, pick Upload a Media and select the connection you created. Fill in the fields Make displays for the file you want to send.
- 03
Chain Create a Post
Click the + on the right of the first module and add Create a Post. Map what the upload returned into the post, so the new post carries the media you just sent.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received (a bundle is one item passing from a module to the next). Check the post in Blotato before going further.
- 05
Set the schedule and switch it on
Open the clock on the first module. A new scenario runs every 15 minutes by default, and the Free plan cannot go below that. Adjust it, then switch the scenario on.
What each Blotato module does
Blotato gives you 7 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Post
ActionIn Make“Posts to a social media platform.”
Publishes a post to a social media platform through your Blotato account, with the content your scenario mapped into it. It is usually the last brick of the chain.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Calls any endpoint of the Blotato API with the connection you already set up. This is the escape hatch for anything the six other modules do not cover.
Upload a Media
ActionIn Make“Uploads a media file.”
Sends an image or video file to Blotato so a later module can use it. On its own it publishes nothing.
Create a Visual
ActionIn the docs onlyAsks Blotato to produce a new visual from what your scenario passes in. The official directory gives no description for it, so run it once and read what comes back.
Delete a Visual
ActionIn the docs onlyRemoves a visual from your Blotato account. Handy for keeping your library clean once a draft is no longer needed.
Get a Post
ActionIn the docs onlyReads back one post from Blotato so its details flow into the next module. It changes nothing on the Blotato side.
Get a Visual
ActionIn the docs onlyFetches one existing visual from Blotato and hands it to the rest of the scenario. Think of it as the reading half of Create a Visual.
Need help automating Blotato with Make?
A person reads every message.