- Home
- Resources
- Integrations
- Filestack
Filestack Make integrationAutomate Filestack with Make.
Files arriving from other tools can land in Filestack and move on by themselves. The Filestack Make integration gives you 6 action modules for uploads, downloads, ZIP files, collages and Workflows. This guide connects your account and walks you through a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Filestack Make integration do for you?
The Filestack Make integration links your Filestack account to Make so that files are uploaded, bundled or processed inside a scenario, the automation you build in Make as a chain of modules. Each module is one brick of that chain. Filestack brings six of them, all actions: nothing in Filestack starts a scenario on its own.
Files collected elsewhere, stored in Filestack. When another app hands Make a file or a link, Upload a File pushes it into your Filestack storage and returns a handle, the reference Filestack uses for that file. Every later module works from that handle.
A processing chain started for you. Run a Workflow launches a Workflow you already designed in Filestack, right after the upload. A marketing team gets every new product photo through the same processing without anyone opening the dashboard.
Deliverables packed in one go. Create a ZIP bundles several handles or external URLs into one archive, and Create a Collage assembles images into a single visual. Download a File brings a stored file back into Make so another app can receive it.
What Make cannot do here: watch Filestack for new uploads, since the app has no trigger. The scenario has to start from a schedule or from another app. If a Filestack feature has no module, Make an API call reaches the rest of the API with the same connection. The same app often exists as an n8n node too; the n8n vs Make comparison sets the two tools side by side. To go further, the Make training covers scenario design, and the Make troubleshooting guide helps when a run fails.
How do you connect Filestack to Make?
- 01
Copy your Filestack keys
In Filestack, open the Security section of the left menu, then Policy & Signature. Click Copy API key at the top right, then Show next to App Secret and copy the secret shown on screen.
- 02
Add a Filestack module
In your Make scenario, add any Filestack module and click Create a connection. A connection is your Filestack account linked to Make once, then reused by every Filestack module you add later.
- 03
Paste the credentials
Give the connection a name in Connection name if you like, it is optional. Paste the API key and the secret you copied, or follow the instructions Make shows on screen, then save the connection.
Your first scenario with Filestack
GoalWhen another app sends Make a file, Make stores it in Filestack and starts your Filestack Workflow on it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the app that receives your files first, for example a form tool, since Filestack cannot start the flow.
- 02
Add Upload a File
Click the + on the right of the first module, search Filestack and choose Upload a File. Create the connection, then map the file URL or file data coming from the previous module.
- 03
Chain Run a Workflow
Add Run a Workflow after the upload and fill its fields. The handle returned by Upload a File is there to map if the module asks which file to process.
- 04
Test with Run once
Click Run once, then send a test file from the first app. Open each module to read the bundle it received, the single item passed from one module to the next.
- 05
Schedule and switch on
Set the schedule on the first module, which is 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 Filestack module does
Filestack gives you 6 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Create a Collage
ActionIn Make“Creates a collage from the passed file handles.❗️Turn off your Filestack Security before usage.”
Turns several stored images into one composed picture, built from the file handles you pass in. The result is a single visual you can publish or send on without leaving the scenario.
Create a ZIP
ActionIn Make“Creates a ZIP file from passed file handles or external URLs.❗️Turn off your Filestack Security before usage.”
Packs files into one archive, whether they already sit in Filestack as handles or live elsewhere behind an external URL. The reader of your email gets one download instead of a scattered list of links.
Download a File
ActionIn Make“Downloads a file by its handle.”
Fetches a file stored in Filestack by its handle and brings its content into the scenario. From there, the next module can attach it to a message or copy it into another storage tool.
Make an API call
ActionIn Make“Performs an arbitrary authorized API call.”
Sends a request of your choice to the Filestack API, reusing the connection you already created. It is the way out when the five other modules do not cover a feature you rely on.
Run a Workflow
ActionIn Make“Starts your Filestack Workflow.❗️Security fields should be filled in the connection for proper usage (even if your Filestack Security is disabled).”
Starts one of your Filestack Workflows from Make, so the processing you designed in Filestack runs without a click in the dashboard. Make simply gives the signal at the right moment in the flow.
Upload a File
ActionIn Make“Uploads a file by URL/File Data.”
Stores a file in Filestack from a URL or from file data sent by a previous module, and gives back its handle. Most Filestack scenarios begin their Filestack part here.
Need help automating Filestack with Make?
A person reads every message.