Zoho Books
Zoho Books is a cloud-based accounting software designed for businesses to manage their finances, automate business workflows, and collaborate with accountants in real-time. It offers a comprehensive suite of features that simplify core accounting tasks and provide visibility into a companyβs financial health.
How to add Zoho Books to ZBrain Flow
Click on the β+β button within your ZBrain Flow.
Search for Zoho Books.
Select Zoho Books from the list of available options.
The primary action available for Zoho Books integration is the 'Custom API Call', which grants flexible access to all Zoho Books API endpoints.
How to create a Zoho Books connection in ZBrain Flow
Navigate to the connection dropdown:
From the 'Connection' dropdown, click on 'Create connection'.
In the connection setup dialog, provide the following details:
Connection name: Enter a name for your connection.
Select location: Select your Zoho domain based on your region:
zoho.com
β USzoho.eu
β Europezoho.com.au
β Australiazoho.jp
β Japanzoho.in
β Indiazohocloud.ca
β Canada
Start authentication:
Click βConnectβ to initiate the authentication process.
Log in:
A pop-up window will appear, prompting you to log in to Zoho Books. Enter your credentials to proceed.
Grant permissions:
Approve the required permissions to allow ZBrain Flow to access your Zoho Books data.
Save the connection:
Click βSaveβ to finalize the setup.
Once connected, ZBrain Flow can interact with Zoho Books, enabling operations like retrieving, updating, and automating data flow between Zoho Books and other platforms.
How to send custom API calls to specific endpoints
ZBrain Flow allows advanced integration with Zoho Books through Custom API Calls, giving you the ability to execute any supported API operation.
Configuration steps:
Select a connection:
Choose an existing connection or click on Create New Connection to establish a new connection.
Choose the HTTP method: Select the appropriate HTTP request method based on the action you want to perform:
GET
β Retrieve resources (e.g., invoices, customers).POST
β Create new resources (e.g., bills, estimates).PATCH
β Update specific fields of existing resources.PUT
β Replace existing resources entirely.DELETE
β Remove specific records.HEAD
β Retrieve header information without the response body.
Add headers:
Define additional headers required for the API request. Authorization headers are automatically added by default. You can click '+ Add Item' to add more custom headers if needed.
Add query parameters:
Customize your API request with query parameters to filter results or specify additional options. Use the '+ Add Item' option to add more parameters as needed.
Enter JSON body:
Provide the request data in JSON format for structured communication with the API.
Set timeout:
Define the request timeout duration (in seconds) to prevent long-running API calls from stalling.
Insert dynamic values: Use the βfβ icon to dynamically insert values from your ZBrain Flow for greater flexibility.
Last updated