- Home
- Resources
- Integrations
- Typeform
Typeform Make integrationAutomate Typeform with Make.
What happens to a Typeform answer once someone clicks submit? The Typeform Make integration gives you 16 modules, 3 of them triggers, to route responses, files and forms without code. This guide connects your account and builds your first scenario with you.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Typeform Make integration do for you?
The Typeform Make integration links your Typeform account to Make, a visual tool where you chain apps together without code. Each automation you build there is called a scenario. Once connected, a new response, an uploaded file or a form can start that scenario or be changed by it, and you never copy an answer by hand again.
Leads followed up the moment they arrive. The instant Watch Responses trigger receives each submission as soon as it happens. A sales team can push a demo request into its CRM or a shared sheet, for example through the Airtable Make integration, before anyone opens the Typeform dashboard.
Uploaded documents filed without downloads. A recruiter who collects resumes through a form adds Get a Response File after the trigger, and each candidate file travels to storage along with the applicant's answers.
Forms that manage themselves. Create a Form, Update a Form and Delete a Form let a training provider open a registration form for every new session and remove it once the session is over. List Images and Create an Image keep the visuals in the account under control.
What the app does not cover: the module list stops at responses, forms, webhooks and images. Anything else in the Typeform API goes through Make an API Call, with the same connection. Typeform also has an n8n node; if you are weighing both tools, the Typeform n8n integration page shows the other side. To learn the Make editor step by step, the Make training starts from zero.
How do you connect your Typeform account to Make?
- 01
Add a Typeform module
In your scenario, search for Typeform and pick any of its modules. Then click Create a connection. A connection is your Typeform account linked to Make once, and every Typeform module reuses it afterwards.
- 02
Name it and choose the region
Give the connection a name in Connection name if you plan to link several accounts, so you can tell them apart. In the Region field, select the region where your Typeform account lives.
- 03
Save and approve access
Click Save. If Typeform opens a window asking you to sign in, log in with the account that owns the forms and confirm the access Make requests. The connection then appears in the module, ready to use.
Your first scenario with Typeform
GoalWhen someone submits a form with a file upload in Typeform, Make receives the response and fetches the uploaded file.
- 01
Create the scenario
Open the Scenarios page in Make, create a new scenario and click the big + in the middle of the canvas. That circle is where your first module goes.
- 02
Add the instant trigger
Search for Typeform and choose Watch Responses with the lightning badge. Click Create a webhook, then Create a connection and link your account as shown above.
- 03
Pick the form to watch
Once the connection exists, Make lists the forms it can read. Choose the one that asks for a file, such as an application form where candidates upload a resume.
- 04
Add Get a Response File
Click the + on the right of the trigger and add Get a Response File. Map the data it needs from the response that the trigger passes along, instead of typing anything by hand.
- 05
Test with Run once
Click Run once, then submit a test answer with a file in your form. Each module shows a bubble: open it to read the bundle it received, meaning the response and then the file.
- 06
Switch it on
When the test looks right, switch the scenario on. From now on each new response runs it, and you can add a module after Get a Response File to store the document where your team works.
What can start a Typeform scenario?
3 modules start a scenario when something happens in Typeform. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Typeform as soon as it happens.
Watch Responses
Scheduled triggerIn Make“Triggers when a new response is submitted.”
This Watch Responses starts your scenario with the new submissions of the form you pick, and hands each response to the next module as its own bundle, meaning one item that flows through the scenario.
Watch Reponses (Instant)
triggerIn the docs onlyWatch Reponses (Instant) is a third response trigger that appears only in the Typeform documentation for Make, with that spelling, and without any official description of what sets it apart.
Watch Responses
Instant triggerIn Make“Triggers when a new response is submitted.”
With the instant Watch Responses, a scenario runs on every submission right away, which makes it the natural start for anything a person is waiting on after filling in your form.
What else can Make do in Typeform?
Typeform gives you 13 modules in 5 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Responses
2 modulesGet a Response File
ActionIn Make“Retrieves a file uploaded as an answer for a submission.”
Get a Response File brings the actual file a respondent uploaded as an answer into your scenario, so the next module can store it, attach it or forward it.
List Responses
SearchIn Make“Retrieves a list of responses.”
Need answers that came in before your scenario existed? List Responses fetches responses already stored in a form and returns them as separate bundles.
Forms
5 modulesCreate a Form
ActionIn Make“Creates a form.”
Create a Form builds a new form in your Typeform account from the scenario, which spares you from duplicating the same form by hand for each event or client.
Get a Form
ActionIn Make“Gets a form.”
Get a Form reads one existing form from your account and passes its content to the next modules, so they can reuse it or compare it with what you plan to change.
Update a Form
ActionIn Make“Updates an existing form. Your request body must include all the existing form fields. Overwrites the previously stored form with the given form_ID. Any new fields in your request will be added to the form. Likewise, any fields you don't include in your request will be deleted from the form. Make sure your PUT request contains every field you want to include in your updated form.”
Update a Form replaces an existing form with the version your scenario sends, which lets you adjust questions or settings without opening the Typeform builder.
Delete a Form
ActionIn Make“Deletes a form.”
Delete a Form removes a form from your Typeform account, which keeps the workspace clean once an event, a campaign or a hiring round is over.
List Forms
SearchIn Make“Retrieves a list of forms.”
List Forms gives you an inventory of the forms in your account, each one as its own bundle, ready to be logged or processed one at a time.
Webhooks
2 modulesCreate/Update a Webhook
ActionIn Make“Creates or updates a webhook.”
Create/Update a Webhook tells Typeform to send the responses of a form to an address you choose, or changes a webhook that already exists on that form.
Delete a Webhook
ActionIn Make“Removes a webhook from a form.”
Delete a Webhook detaches a webhook from a form, so Typeform stops sending that form's responses to the address it pointed to.
Images
3 modulesCreate an Image
ActionIn Make“Adds an image in your Typeform account.”
Create an Image adds a picture to your Typeform account from the scenario, so your forms can use it without anyone uploading it manually.
Delete an Image
ActionIn Make“Deletes an image from your Typeform account.”
With Delete an Image, a picture stored in your Typeform account disappears, which keeps the library down to the visuals your forms still use.
List Images
SearchIn Make“Retrieves a list of JSON descriptions for all images in your Typeform account.”
List Images returns a short technical description of every image in your Typeform account, one bundle per image, which is how you find the one another module should act on.
Other
1 moduleMake an API Call
ActionIn Make“Performs an arbitrary authorized API call to manage data in Typeform.”
Make an API Call reaches any endpoint of the Typeform API with the connection you already set up, which covers what the other fifteen modules leave out.
Need help automating Typeform with Make?
A person reads every message.