- Home
- Resources
- Integrations
- Formspree
Formspree Make integrationAutomate Formspree with Make.
Your form entries sit in Formspree, and your team works somewhere else. The Formspree Make integration gives you 2 modules to read those submissions and reach the rest of the API. This page shows how to connect your key and build a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Formspree Make integration do for you?
The Formspree Make integration links one of your Formspree forms to Make, so the answers people send you can move into other tools without copy and paste. You build a scenario, the automation you assemble in Make, out of modules, each module being one brick that reads or writes data.
A clean list of every entry. List Form Submissions reads all the submissions of a form and hands them to the next module one by one, so a contact form can feed a sheet or a CRM record for each person who wrote in.
Reach what the modules skip. Make an API Call reuses the same connection to call any endpoint of the Formspree API. When you need something the list module does not offer, this is the route, provided you read the Formspree API documentation first.
A starting point for a small lead desk. A freelance studio can collect quote requests through Formspree and let Make pass them on to the next app of the scenario, such as a table in the Airtable Make integration.
What Make does not do here: there is no trigger for this app, so nothing fires the moment a form is sent. The scenario starts on a schedule instead. If you hesitate between platforms, the n8n vs Make comparison lays out the criteria, and the Make pricing page explains how operations are counted.
How do you connect Formspree to Make?
- 01
Turn on the API in Formspree
In Formspree, open the Forms section, click the form you want to automate and go to its Settings tab. Switch on the HTTP API toggle, then copy the API key that appears on screen.
- 02
Add a Formspree module in Make
In your scenario, add a Formspree module and click Create a connection. The connection is your Formspree account linked to Make once, and every Formspree module of the scenario can reuse it.
- 03
Paste the key and save
Give the connection a clear label in Connection name if you like, it is optional. Paste the API key you copied from Formspree, follow the on-screen prompts and save. The module can now read your form.
Your first scenario with Formspree
GoalWhen Make runs on its schedule, it reads the entries of your Formspree form and can call another Formspree endpoint with the same connection.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the + in the middle of the editor to place the first module.
- 02
Add List Form Submissions
Search for Formspree, pick List Form Submissions and click Create a connection to link the API key of your form. Then fill the module fields.
- 03
Chain Make an API Call
Click the + on the right of the first module and add Make an API Call. Pick the request in the Formspree API documentation, then map the details of each submission into it.
- 04
Test with Run once
Click Run once. Make executes the scenario a single time, and you can open each module to read the bundles, the items it received, such as one submission each.
- 05
Schedule and switch on
Open the clock on the first module to set the schedule, every 15 minutes by default for a new scenario, then switch the scenario on so it keeps running without you.
What the Formspree modules do
Formspree gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
With this module you get access to any endpoint of the Formspree API, using the connection you already set up, so you are not limited to the one listed module.
List Form Submissions
SearchIn Make“Lists all submissions for a form.”
You receive every submission of a chosen form, each one handed on as its own bundle, which lets the next module treat entries one at a time.
Need help automating Formspree with Make?
A person reads every message.