Make (Integromat) Integration

Connect FormBlade to Make for powerful visual automations. Route form submissions to hundreds of apps without writing code.

What is Make

Make (formerly Integromat) is a visual automation platform that lets you connect apps and build workflows using a drag-and-drop interface. Each workflow is called a scenario, and scenarios can include branching logic, filters, data transformations, and error handling.

By connecting FormBlade to Make via webhooks, every form submission can automatically trigger complex multi-step workflows — saving data to spreadsheets, sending notifications, updating CRMs, and more.

What you need

Setup steps

1Create a scenario

Log in to make.com/scenarios and click Create a new scenario. This opens the visual scenario editor.

2Add a Custom webhook trigger

Click the + button to add a module. Search for Webhooks and select Custom webhook. This will be the trigger that starts your scenario when a form submission arrives.

3Copy the webhook URL

Click Add to generate a new webhook. Make creates a unique URL, typically starting with:

https://hook.make.com/xxxxxxxxxxxxxxxxxxxxxxxxx

Copy this URL — you'll paste it into FormBlade next.

4Add to FormBlade

In your FormBlade dashboard, go to Webhooks in the sidebar. Select the form you want to connect, click + Add webhook, choose Make from the provider list, and paste the webhook URL. Click Create webhook.

5Determine data structure

Back in FormBlade, click Test next to the webhook to send a sample payload. Then in Make, click Redetermine data structure on the webhook module. Make will parse the test payload and let you map individual fields (like name, email, message) in subsequent modules.

6Add modules

Click the + after the webhook module to add action modules. For example: Google Sheets (add a row), Gmail (send an email), Slack (post a message), Notion (create a page), or HTTP (call any API). You can chain as many modules as you need.

7Activate

Toggle the scenario switch to On in the bottom-left corner. Set the scheduling to Immediately so submissions are processed as soon as they arrive. Your automation is now live.

Tip: Always send a test submission from FormBlade before activating the scenario. This ensures Make has the correct data structure and your field mappings are accurate.

Example use cases

Multi-step workflows

Make excels at scenarios with multiple actions. A single form submission can trigger all of these in sequence:

Conditional routing

Use Make's Router module to send submissions down different paths based on field values. For example, route leads to your sales CRM and support requests to your ticketing system based on a "type" dropdown in your form.

Data transformation

Make includes built-in functions to reformat, combine, or split field values before passing them to the next module. Useful for normalizing phone numbers, combining first and last name fields, or converting dates to a specific format.

Error handling

Make has built-in error routes that let you define fallback actions when a module fails. For example, if adding a row to Google Sheets fails, you can send yourself an email alert or log the error to a separate sheet.

Make vs Zapier

FeatureMakeZapier
InterfaceVisual flowchart (drag-and-drop)Linear step list
Branching/routingBuilt-in Router modulePaths (paid plans only)
Multi-step workflowsUnlimited modules per scenarioMulti-step on paid plans
Free tier1,000 operations/month100 tasks/month
Error handlingBuilt-in error routesBasic retry
Best forComplex workflows with branchingSimple linear automations

Both platforms work well with FormBlade. Choose Make when you need branching, loops, or complex data transformations. Choose Zapier for straightforward one-to-one automations.

Troubleshooting

Scenario not running

Data structure not recognized

Note: If you change your form fields (add or remove inputs), you'll need to redetermine the data structure in Make so it picks up the new fields.

Related