Bonjoro
The Bonjoro piece in ZBrain Flow provides integration with Bonjoro's personalized video messaging platform, allowing you to automate the creation of personalized video tasks within your workflows. This connector enables you to set up video greeting tasks for your team members to record and send to customers, prospects, or team members. This piece is ideal for businesses looking to add a personal touch to their communication processes and strengthen relationships through authentic video interactions.
How to Use Bonjoro in ZBrain Flow?
Step 1: Select Bonjoro as Your Connection
Click on the '+' button in the Flow and search for Bonjoro.
Select Bonjoro.
Decide on the action you need, then select it. ZBrain Flow provides two options:
Create a Greet – Generate a new greet in Bonjoro.
Custom API Call – Send a tailored API request to a specified endpoint.
How to Generate a New Greet in Bonjoro
Step 1: Connect to Bonjoro
From the ‘Connection' dropdown, click on 'Create connection.’
When creating a new connection, a new window appears where you give a unique name to your connection and provide your Bonjoro API credentials. Then click ‘Save.’
Step 2: Define Task Details
In the 'Note' field, enter instructions or context for the person recording the video.
In the 'Email' field, enter the recipient's email address where the video will be sent.
In the 'First Name' field, enter the recipient's first name for personalization.
In the 'Last Name' field, optionally enter the recipient's last name.
Step 3: Assign and Categorize
Select the assignee in the ‘Assignee’ field.
Choose the campaign from the ‘Campaign’ dropdown.
From the 'Template' dropdown, select which message template to use for the video email.
Step 4: Add Custom Data (Optional)
In the 'Custom Attributes' field, add any additional JSON data to include with the task.
How to Send a Tailored API Request to a Specified Endpoint
Step 1: Connect to Bonjoro
To connect to your Bonjoro account, follow the first step in the "How to Generate a New Greet in Bonjoro" section above.
Step 2: Specify the API Endpoint
In the 'URL' field, enter the Bonjoro API base URL with the specific endpoint you want to access.
Step 3: Select Request Method
From the 'Method' dropdown, choose the appropriate HTTP method (GET, POST, PUT, DELETE, etc.). Different endpoints require different methods according to the Bonjoro API documentation.
Step 4: Configure Headers (Optional)
Click 'Add Item' in the 'Headers' section to add any custom headers. Note that authorization headers are automatically injected from your connection.
Step 5: Add Query Parameters (Optional)
Click 'Add Item' in the 'Query Parameters' section to add URL parameters. These are useful for filtering, pagination, or specific data requests.
Step 6: Provide Request Body (Optional)
For POST, PUT, or PATCH requests, enter the JSON data to send. This should follow the structure specified in the Bonjoro API documentation.
Step 7: Set Error Handling (Optional)
Enable 'No Error on Failure' if you want the flow to continue even if the API request fails.
Set a 'Timeout' value in seconds to limit the request duration.
Last updated