n8n is a powerful, open-source workflow automation software that allows you to connect different apps and automate tasks with ease. Connecting Zoho Forms with n8n allows you to automate your data collection process by instantly sending form submissions to hundreds of other applications. By using the Zoho Forms trigger in n8n, you can build seamless workflows on every form submission. Whether you need to notify your team, create records in your CRM, create a calendar event, or create a multi-step workflow, this integration puts your form data to work the moment it arrives.
Zoho Forms supports trigger-based integration with n8n. This means n8n workflows are initiated whenever a defined event occurs in Zoho Forms.
Triggers
Triggers are events that start a workflow. They are executed when a specific set of conditions are met.
The supported trigger for Zoho Forms is:
Starts the workflow when new record is added to a form: Triggers when a new response is submitted to a form.
Install Nodes
To start with n8n integration, you need to install the required node. Follow the steps below:
- Log in to your n8n account.
- Click Create Workflow from the top-right corner of the home page.
- Select the + icon (Add first step), then search for and select Zoho Forms in the right pane.

- Click Install node next to Zoho Forms. The package will be successfully installed.

- To view the installed node, scroll to the bottom-left of the home page and click the more options icon.
- Select Settings from the displayed list.
- Select Community nodes from the left pane to see your installed nodes.
Note: To remove a node, click the more options icon and select Uninstall package.
Create Credential
To create a credential, follow the steps below:
- Log in to your n8n account.
- Select Create credential from the drop-down available in the Overview section on the top-right corner of the home page.
In the Add new credential dialog box, select Zoho Forms OAuth2 API from the list of apps and click
Continue.
In the Connection page, fill in the required details as follows:
- Copy and paste the OAuth Redirect URL shown on the connection page when prompted in the API Console steps.
- Select the Authorization URL and Access token URL from the drop-down menus.
- Follow the Steps in API Console section below to generate your Client ID and Client Secret.
- Once the Client ID and Client Secret are filled in, click Connect my account.
- Click Accept when prompted. The connection is now successfully established.
Create Workflow
Now that the connection is established, follow the steps below to create a workflow:
- Click Create Workflow on the top-right corner of the home page.
- Click Add first step and search for Zoho Forms in the search bar on the right pane. The available triggers will be listed under Zoho Forms.
Build a Trigger
Follow the steps below to set up a trigger in your workflow:
- Click the add icon in the workflow canvas.
- Search for and select Zoho Forms in the right pane.
- Select Form Submitted trigger.
- In the Zoho Forms Trigger pop-up window, choose the specific form you want to monitor and fill in any additional parameters.
- Click Test step on the top-right corner to verify the trigger is working.
Once configured, click Test workflow to run through the complete automation and confirm the flow behaves as expected.
Steps in API Console
Go to the API Console. Follow the steps below to generate your Client ID and Client Secret:
- Select Server-based Applications from the listed client types.
- Fill in a custom Client Name on the Create New Client page (e.g., "Connection", "Project", or any name of your choice).
- Fill in the Homepage URL from which the connection will be made.
- Enter the Authorized Redirect URIs field using the value provided on the n8n connection page.
- Click CREATE in the API Console.

Your Client ID and Client Secret are now generated. Return to the Credential connection page and fill them in.
Settings in API Console
Once the Client ID and Client Secret are generated, navigate to the Settings tab in the API Console. Check the option "Use the same OAuth credentials for all data centers" to enable Multi-DC settings. Alternatively, you can choose specific Data Centers by toggling them ON individually.
Note: When a particular DC is selected, the SHOW CODE button is enabled to generate a unique Client Secret exclusive to that DC.