How to Integrate Jotform With Other Apps Through Make

December 17, 2025

Make is a no-code automation development platform that makes it easy to visualize and create automation. You can connect Jotform to other apps by creating a custom workflow with Make.

With Jotform integration through Make, you can configure the following Triggers and Actions:

  • Trigger:
    • Watch for Submission — Triggers the scenario automatically when a new form submission is received.
  • Actions:
    • Create a New Form — Creates a new form with custom questions, properties, and email settings.
    • List Form Questions — Retrieves all questions from a specific form.
    • Add Questions to Form — Adds new questions to the specified form.
    • Get Form Submissions — Retrieves all submissions from a specific form.
    • Get User Submissions — Retrieves all submissions across the user’s account.
    • Get Monthly User Usage — Retrieves the number of form submissions received this month, including SSL submissions, payment submissions, and the total upload space used.
    • Make an API call — Sends a custom API request to any endpoint listed in the Jotform API documentation.

Note

  • In this example, we use Google Sheets, but the steps might be different depending on the app you choose.
  • Make supports a wide range of integrations. To explore all the apps you can connect with Jotform through Make, you’ll find more info in our guide on Connect Any Apps with Jotform.
  • To connect your Jotform account to Make, you need to generate an API key from your Jotform account. Make sure to set the permission to Full Access as this is required for any modules that write data to your account. To learn how it’s done, see our guide on How to Create Jotform API Keys for more details.

Creating a scenario in Make involves several steps. You’ll need to connect your Jotform account and the account of the other app you want to integrate with Jotform. The process includes the following:

Let’s discuss each of these steps in more detail below.

Choosing Your Apps

The first step to creating your scenario is to select Jotform as your first app. Here’s how to do it:

  1. In your Make Dashboard, in the left side of the page, click on Scenarios.
  2. Then, in the top-right corner of the page, click on Create a New Scenario.
Create a new scenario in Make with Jotform selected.
  1. Next, click on the Plus icon in the middle of the page.
  2. Now, search for Jotform and select it from the list.
Add Jotform to your scenario in Make by clicking the plus icon and selecting it from the list

Building Your Scenario

As mentioned above, you can choose from various triggers and actions when selecting Jotform. For example, let’s use Watch for Submissions:

  1. After you select Jotform from the list, for example, select Watch for Submissions.
Select the Jotform trigger “Watch for Submissions” when setting up your scenario in Make
  1. Then, click on Create a Webhook.
Create a Webhook option to setup the Trigger in Make with Jotform
  1. Now, in the Create a Webhook window that opens enter your Webhook Name.
  2. Then, click on Create a Connection.
Setting Up the Webhok Name and Clickin on Create a Connection in Make
  1. Now, in the Create a Connection window that comes up, set up these things:
    • Connection name — Enter a custom name to identify your connection.
    • API key — Paste your Jotform API key. Make sure the key has Full Access permission for full functionality. Check out this guide about How to Create Jotform API Keys for more details.
Setting Up the Connection Name, API Key in Make

If you’re a HIPAA or Enterprise Jotform user, you can toggle on the Show Advanced Settings and set up these things:

  • Enterprise Domain —  Enter your full domain on which your enterprise instance is running. For example acme.jotform.com.
  • HIPAA Safe Mode — If your account is in HIPAA Safe Mode, enabling this option will redirect you to the corresponding API domain.
For HIPAA and Enterprise Jotform User option to set up the Enterprise Domain and HIPAA Safe mode in Make with Jotform
  1. Then, click on Save at the bottom of the window.
Click on Save in Make
  1. Next, configure these things:
    • Team — Select the team that owns the form you want to use. If the form you want to use isn’t part of a team, select No team assigned from the dropdown.
    • Form — Choose the specific form that will act as the trigger for your scenario.
  2. Then, click on Save.
Configuring the option, Team and Form and Save button in Make
  1. Now, ensure that the newly created webhook is selected from the Webhook Dropdown and click on Save.
Newly Created Webhook selected from the Webhook Dropdown and Save button
  1. Next, click on the Add Another Module icon to connect it with the other apps.
Click on “Add Another Module” to connect Jotform with other apps in Make
  1. Then, search for and select the app you want to connect with Jotform—for example, Google Sheets. To view the full list of apps you can connect with Jotform through Make, take a peek at this guide on Connect Any App with Jotform to learn more.
Search for and select an app, like Google Sheets, to connect with Jotform in Make
  1. Now, select an Action for your Google Sheet. For example, Add a Row.
Select an action for your connected app, such as Add a Row in Google Sheets.
  1. Then, click on Create a Connection.
Click on Create a Connection to link your Jotform scenario with the selected app
  1. Next, set up your Connection Name and click on Sign in with Google to connect your Google Account.
Click on Create a Connection to link your Jotform scenario with the selected app
  1. Now, fill in these details:
    • Connection — Select or create the Google account connection you want to use.
    • Search method — Choose how you want to locate the spreadsheet.
    • Drive — Select the specific Google Drive where the spreadsheet is stored (e.g., My Drive or a shared drive).
    • Spreadsheet ID — Enter or select the ID of the spreadsheet where you want to send or retrieve data.
    • Sheet name — Specify the name of the sheet within the spreadsheet where the data will be added.
      Table contains headers — Indicate whether the first row of your sheet contains column header.
    • Values — Map the fields from Jotform submissions to the appropriate columns in your spreadsheet.
  2. Finally, click on Save.
Fill in the Google Sheets connection details including account, search method, Drive, Spreadsheet ID, sheet name, header row, and map Jotform fields to columns, then click Save

Testing Your Scenario

Now that both Jotform and the app (Google Sheets) are connected, it’s time to test your scenario and make sure everything runs smoothly. Here’s how to do it:

  1. In your Make Scenario Diagram, click on the Play button icon in the bottom-left of the screen.
Test your Make scenario by clicking the Play button in the bottom-left of the Scenario Diagram to ensure Jotform and Google Sheets integration works correctly
  1. Now, open your form and submit a test submission. Once submitted, the scenario in Make will wait for the incoming data from your form.
Submit a test entry on your Jotform form so the Make scenario can receive and process the data
  1. When your test runs successfully after you submit the form, the scenario will stop automatically. A green checkmark will appear on both the Jotform module and the connected app module (like Google Sheets), showing that the data was transferred correctly.
Green checkmarks on the Jotform and Google Sheets modules in Make, indicating the test submission was successfully transferred.

Activating Your Scenario

You’re now all set to start your integration. Now, let’s dive into how to activate your scenario. Here’s how to do it:

  1. In your Make Scenario Diagram, click on the Backward Arrow icon in the top-left corner of the screen.
Backward Arrow icon in Make Scenario Diagram used to exit the scenario editor before activation
  1. Now, Toggle to On the scenario in the top-right corner of the screen, and you’re all set.
Toggle switch in the top-right corner of Make Scenario screen turned on to activate the scenario

With your scenario activated, Jotform is now seamlessly connected to your chosen app through Make. New form submissions will automatically trigger the workflow, saving you time and ensuring your data flows accurately between platforms. You’re all set to automate tasks and focus on what matters most. We have also a guide on How to Send Data to Other Apps in Jotform Tables that you can check out.

Send Comment:

Jotform Avatar
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Podo Comment Be the first to comment.
Still have unanswered questions?

We’re here for you 24/7, anytime you need us day or night. Have a question or need a hand with something? Our team is always ready to help out.