Google Forms
Google Forms is a free, web-based tool by Google that allows users to create surveys, quizzes, and data collection forms. It enables real-time response tracking, seamless integration, and collaboration with multiple users. With features like conditional logic, file uploads, and automated data validation, Google Forms simplifies data gathering and workflow automation.
How to Integrate Google Forms with ZBrain Flow
To integrate Google Forms with ZBrain Flow, follow these steps:
Initiate Google Forms Integration
Click the ‘+’ button to add a new integration.
Search for Google Forms
In the search bar, type “Google Forms” and select it from the available integrations.
Choose an Action
Select the action you need, such as retrieving responses or creating a custom API call.
How to Connect Google Forms to ZBrain Flow
To enable seamless interaction between Google Forms and ZBrain Flow, you need to establish a secure connection using OAuth authentication.
Connection Establishment Steps
Enter a Connection Name
Provide a unique name to identify your Google Forms connection in ZBrain Flow.
Click 'Connect'
This will initiate the authentication process for Google Forms.
Log in to Google Forms
A Google login pop-up will appear.
Enter your Google account credentials and proceed.
Grant Permissions
Approve the required OAuth permissions for ZBrain Flow.
This allows ZBrain Flow to retrieve responses and manage form data securely.
Save the Connection
Click ‘Save’ to finalize the connection setup.
Actions Available in ZBrain Flow
Custom API Call
The Custom API Call feature allows users to directly interact with the Google Forms API, enabling advanced operations and custom integrations beyond standard actions.
Configuration Steps
Select an Existing Connection or Create a New One
Choose a previously created Google Forms connection or create a new one.
Enter the API Endpoint URL
Use a full URL or relative path to the Google Forms API.
Example API Endpoint:
https://forms.googleapis.com/v1/forms/{formId}/responses
Select the HTTP Method
Choose the request type based on the action needed:
GET – Retrieve form details or responses.
POST – Submit responses programmatically.
PATCH – Modify form metadata, update settings, or change response configurations.
PUT – Replace existing form configurations.
DELETE – Remove responses or form entries.
HEAD – Fetch response headers without retrieving actual data.
Add Headers
Define additional headers required for the API request.
Authorization headers are automatically injected.
Click ‘+ Add Item’ to include more headers.
Add Query Parameters
Customize API requests with query parameters to filter results or specify additional options.
Click ‘+ Add Item’ to add parameters.
Enter JSON Body
Provide structured request data in JSON format.
Example JSON request:
Set Timeout (in Seconds)
Define the request timeout duration to prevent long-running API calls from stalling the process.
Note: Click 'f' to insert dynamic values for flexible configurations.
Last updated