Connect FormBlade to IFTTT

Send form submissions to 700+ services with simple "If This Then That" automations. Requires Pro or Business plan.

What is IFTTT?

IFTTT (If This Then That) is an automation platform built around a simple concept: one trigger causes one action. When something happens in one service (the "If This"), IFTTT performs an action in another service (the "Then That"). These automations are called Applets.

IFTTT connects to over 700 services, including Google Sheets, email, iOS and Android notifications, smart home devices, social media, and more. It is the simplest option when you need a straightforward, single-action automation.

What you need

Setup steps

1Create an Applet

Log in to ifttt.com/create to start a new Applet.

2Choose Webhooks as the trigger

Click If This, search for Webhooks, and select Receive a web request with a JSON payload. This allows IFTTT to receive the full form submission data from FormBlade.

3Name the event

Enter an event name, for example form_submit. This name becomes part of the webhook URL. Click Create trigger.

4Find your webhook key

Go to My ServicesWebhooksSettings. You will see your unique webhook key in the URL displayed on that page. It looks something like dX9a8bCdEfGh.

5Build the webhook URL

Combine the event name and key into the full URL:

https://maker.ifttt.com/trigger/form_submit/json/with/key/YOUR_KEY

Replace form_submit with your event name and YOUR_KEY with the key from step 4.

6Add the webhook to FormBlade

In your FormBlade dashboard, go to Webhooks, select the form, and click + Add webhook. Choose IFTTT from the provider list and paste the webhook URL. Click Create.

7Add a "Then That" action

Back in IFTTT, click Then That and choose the service you want to send data to. Popular choices include Google Sheets (add a row), Email (send a message), or Notifications (push to your phone). Configure the action with the fields from the webhook payload.

8Test the Applet

Click Test next to the webhook in FormBlade to send a sample payload. Check IFTTT's Activity tab to confirm the Applet ran successfully.

Example use cases

IFTTT vs Zapier

FeatureIFTTTZapier
Workflow typeOne trigger, one actionMulti-step workflows
Free tier2 Applets5 Zaps (100 tasks/month)
Best forSimple, single-action automationsComplex, multi-step workflows
App integrations700+6,000+
Filters and logicLimited (Pro only)Built-in filters, paths, and logic

Use IFTTT when you need a quick, simple connection between FormBlade and one other service. Choose Zapier when you need multi-step logic, filters, or connections to multiple services in a single workflow.

Troubleshooting

Applet not triggering

Data not appearing in the action

IFTTT receives the full FormBlade JSON payload. When configuring the "Then That" action, use IFTTT's ingredient picker to map fields from the webhook payload. Form field values are inside the data object (e.g., data.email, data.name).

Related