Formbricks
Formbricks is an open-source form and survey platform that allows businesses to collect, analyze, and manage user feedback efficiently. It offers powerful customization options, seamless integrations, and real-time analytics to improve data-driven decision-making.
How to Integrate Formbricks with ZBrain Flow
To integrate Formbricks with ZBrain Flow:
Click the β+β button in ZBrain Flow.
In the search bar, type "Formbricks" and select it from the available options.
Choose an action to start the integration process.
How to Connect Formbricks to ZBrain Flow
To establish a connection between Formbricks and ZBrain Flow:
Enter a Connection Name β Provide a unique and identifiable name for your connection.
Enter the API Key and API URL β These credentials will authenticate and establish communication between Formbricks and ZBrain Flow.
How to Obtain the API URL and API Key from Formbricks
API URL
Log in to your Formbricks account.
The base API URL follows the standard format:
https://api.formbricks.com
.
API Key
Navigate to the "Configuration" page within your Formbricks project.
Click on the "API Keys" tab.
Generate a new API key or copy an existing one.
Assign a label to your key for easy identification.
Copy the API key and store it securely for future use.
Once you have the API URL and API key, use them to authenticate API requests and enable seamless integration with ZBrain Flow.
Save the connection - Click βSaveβ to finalize the setup.
Actions Available in ZBrain Flow
1. Custom API Call
The Custom API Call feature enables users to communicate with the Formbricks API, allowing them to retrieve survey responses, submit form data, update entries, and automate workflows.
Configuration Steps
Select an Existing Connection or Create a New One β Choose an already configured connection or set up a new one.
Enter the API Endpoint β Specify the relevant Formbricks API URL based on the desired action.
Select the HTTP Method β Choose the appropriate request type:
GET β Retrieve form responses or survey data.
POST β Submit form data or create new entries.
PATCH β Update existing responses or form configurations.
PUT β Replace form content or settings.
DELETE β Remove a response or form entry permanently.
HEAD β Fetch response headers without retrieving actual data.
Add Headers β Include necessary request headers. Authentication headers are automatically injected. Click β+ Add Itemβ to add additional headers.
Add Query Parameters β Use query parameters to refine results or add specific options. Click β+ Add Itemβ to define parameters.
Enter JSON Body β Provide structured request data in JSON format.
Set Timeout (in Seconds) β Define a timeout duration to prevent delays in API execution.
Note: Click βfβ to insert dynamic values for flexible configurations.
Last updated