Hello,
I noticed Zoho Book integration is promoted on the website Zoho Books integrations | Workflow automation with n8n
But in the last version 1.81.3 on-premise, this integration does not exist
Any idea why there are no Zoho Books integrations?
Hello,
I noticed Zoho Book integration is promoted on the website Zoho Books integrations | Workflow automation with n8n
But in the last version 1.81.3 on-premise, this integration does not exist
Any idea why there are no Zoho Books integrations?
That page does not say its a node, but it does, admittedly, make it seem like such.
You would use the HTTP node with manual credentials to use this, which isn’t a too hard.
You can see this by scrolling down on the page and reading the setup FAQ:
To use Zoho Books integration in n8n, start by adding the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. Once connected, you can make custom API calls to Zoho Books to query the data you need using the URLs you provide, for example: after setting up the HTTP Request node, you can create new records in Zoho Books by making a POST request to the appropriate endpoint with the required data. For updating records, use a PATCH request to the specific record’s URL, including the updated fields in the body. To retrieve data, perform a GET request on the designated endpoint to fetch the information you need.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.