Connections
Connections in ZBrain Flow facilitate seamless integration with external platforms, enabling users to securely retrieve and manage connection details. This feature is particularly beneficial when connection external IDs are dynamically received, such as through a webhook message. Instead of manually specifying a connection, this action allows you to dynamically fetch the appropriate connection based on the received external ID, ensuring greater flexibility and automation in your workflows.
Finding the Connection External ID
The external ID can be found on the connection settings page. Hover over the connection name to reveal and copy the external ID. This helps retrieve connection values using their external IDs from the project.
How to Integrate Connectors with ZBrain Flow
Add the "Connections" Component:
Click the ‘+’ Button in ZBrain Flow.
In the search bar, type "Connections" and select it from the available options.
Choose an Action:
Select the desired action from the available options to configure it.
Available Actions in ZBrain Flow
1. Read Connection
Retrieves a connection by name.
Configuration Steps:
Enter the Connection External ID – Provide the unique external ID of the connection to fetch details.
Using the Retrieved Connection Data:
After testing the "Read Connection" step, you can access the retrieved connection data as dynamic values in subsequent steps.
Click the dynamic value insertion icon (often represented as (X) or similar) in the target field of the subsequent step.
Last updated