請求書に添付されているファイルをAPI経由で取得する際の問題について
Books APIリファレンス 現在、Books APIを利用して請求書内の添付ファイルを取得するメソッドを構築しています。以下のコードを参考にしているのですが、添付ファイルが複数アップロードされている場合、responseにおいて2つ目のファイルの情報しか取得できない現象が発生しています。 headers_data = Map(); headers_data.put("Authorization", "Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f");
What to Add in the Redirect URIs for Zoho Books Integration with Make.com
I'm currently setting up an integration between Zoho Books and Make to automate my accounting processes. However, I'm stuck on the Authorized Redirect URIs part and could use some help. As part of the OAuth authentication process, I need to configure
Announcement - Custom Function Series
Hi folks! One of the key attributes of Zoho Books that we're really proud of is the ability to automate your routine accounting tasks in an efficient manner. For most businesses, accounting would involve a set of repetitive tasks that consume a good chunk
Zoho Books Contact Creation through API.
I tried creating a contact using API with following payload. Sun Apr 6 08:28:03 2025 [186723][1][FATAL] Array ( [10002] => https://www.zohoapis.com/books/v3/contacts?organization_id=763906850 [19913] => 1 [10102] => [68] => 10 [13] => 30 [84] => 2 [10036]
upload attachment to Zoho books bill from Zoho CRM
Hello I have a document stored in a file field in CRM (module reservation) I am trying to attach this document to the bill created in Zbooks using Deluge, but I keep having issue, either File is empty or {"code":2,"message":"The request passed is not
Bank transaction automation
I would like to automatically update the "Reference#" field with whatever text is in the "Description" field each time Zoho Books pulls my bank feeds. I've figured out the automation all the way up to the Field Update, where "Reference Number = ...???"
E-Invoicing Automation
Do you have an API endpoint for pushing the invoice through the e-tims for Kenya
Workflow to update the field "Deposit To" in Sales Receipt/Invoice
After an invoice/sales receipt is created, I can't find a way to create a workflow that would update the field "Deposit To". Apparently, some other fields are visible in the workflow, but not the "Deposit To". Any insight?
update warehouse id for closed credit notes
the code run successfully but its not updating the warehouse, i send payload of warehouse id and name ,then tried to clone exisitng with updated fields .. lost one week in this.. <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Libraries\ZohoConnector;
WorkFlow to Update Custom Field in Sales Order with Tracking Information from Shipment of that Sales Order
Hello All- I'd like to update the sales orders with the tracking information I enter in the shipping document. What is the proper variable to get the tracking information out of the shipping document? See attached.
Zoho Books Invoice Enable Payment Gateway with Deluge
I am using this to create an invoice record in zoho books from zoho crm invoices. I want to add the ability to enable online payment gateway for "stripe". I can not seem to find one article online on how to do this. Can someone help? invoice = zoho.crm.getRecordById("Invoices",id);
Zoho Books API Charging a customer with their Creditcard or ACH Banking info
It is unclear if using this API, can acutally charge the customer. https://www.zoho.com/books/api/v3/customer-payments/#create-a-payment When we process invoices in Books, we Select "Record Payment" and then Charge Customer. The Client has either a CreditCard
zBooks Custom Script with deluge - Custom Field shows NULL
I am trying to read a custom-field from the item module, which is a decimal. time = item.get("cf_reparatur_dauer_h"); The answer is always NULL. I have already seen similar topics in the forum, but they are already 4 years old and do not work (anymore).
Webhooks to send data to amazon aws (rds)
Is it possible to send data from Zoho Books, using webhooks and events to send data to a amazon aws rds database? Thanks
Generate Payment Link - ZOHO Books by an API
Hello Team, is there any way we can Generate a Payment Link - ZOHO Books by an API, if anyone has any idea about this please do comment? Thanks & Regards Piyush Goyal
Zoho Books: Please ensure that the "description" has less than 100 characters.
I have this code written to convert Quote into an invoice and keep getting an error even while saving the code. Error: Please ensure that the "description" has less than 100 characters. // Replace with your actual organization ID and connection name org_id
Zoho Books: How to trigger workflow in Deluge script
💡 How to Force Execute Workflow in Zoho Books Using Deluge Hello Team, If you're looking to forcefully execute a custom function or workflow in Zoho Books, you can do so by using the special header node X-ZOHO-Execute-CustomFunction in your API call.
Adding number of days to an estimate.
I need both QTY of item and "number of days hire" in my estimates at the line item level. Any clues as to how this is done would be greatly appreciated. It needs to calculate. Thanks J
Zoho Books API Limit Is RIDICULOUS!!!!!!!!!!!!!
The 2,500 API call limit in Zoho Books is about as useful as AOL dialup. Seriously Zoho, not only can I use up 2,500 API calls in no time with my own app but YOUR OWN STUPID IPAD APP blows through them super fast too, so if any one of my clients wants
Zoho Books API endpoint to fetch contact custom fields
Hello I am trying to sync my custom fields of woocommerce checkout with the custom fields of contacts/customers in Zoho books via API I need the api endpoint to fetch all custom fields from Zoho books, how can i achieve the same? Thanks Puneet
ZohoBooks: Information feed from MS-DB / SQLServer
Hello everyone, Good day. Did anyone manage to connect Zoho Books with MS-DB / SQLServer? Appreciate if you can share your process. Thank you.
Access invoice custom modules data from API
Hi, I am using $url = "https://www.zohoapis.eu/invoice/v3/invoices"; $opts = ["http" => [method" => "GET",header" => [ "Authorization: Zoho-oauthtoken $accessToken", "X-com-zoho-invoice-organizationid: $orgId" ] ] ]; From my app to retrieve the invoices,
Help with Zoho Books Deluge code error
I have this deluge code im writing for Zoho Books button, it throws an error: Check and update the code in line 12 as there is a Exception : Error at line :14 Improper Statement Error might be due to missing ';' at end of the line or incomplete expression
Function #1: Convert an accepted Estimate to Sales Order automatically in Zoho Books
As you’re aware, Zoho Books provides a default option to have the estimates automatically converted to invoices once your customer accepts them. Many of you wanted a similar option for sales orders, so here’s a workflow that converts accepted estimates
Create vendor via API
The Zoho Books web ui has an option to add a new vendor. Though I can't find an API to create a vendor. Is there an API available for creating a new vendor? Regards, Vinod
Payment Gateway
Hi, Im having an issue with the payment gateway, Im unable to edit/delete the details on paytabs as it mentioned it has peding transactions, although I have deleted all payment links created. See below screenshot
Zoho Books API down
We've been using the zoho books api for the last few weeks to pull open invoices, and the code has stopped working suddenly. When making the same API call as always, we're getting a 400 error.
Challange in Zoho Books Integration Task - Create Record
I am creating Customer record in Zoho books, through Workflow\Custom Functions in Zoho book. The input values are picked from custom module "cm_student_id" during edit and save events. The Customer record is getting successfully created, however only
Issue with "invoice_url" Field Showing Draft or Void Status
We are using the Books API feature, and we are experiencing an issue with some invoices. When we use the "invoice_url" field to access an invoice link, we receive the error message: "Invoice that you are trying to access is in draft or void status." This
API in E-Invoice/GST portal
Hi, Do I have to change the api in gst/e-invoice portal as I use zoho e books for my e-invoicing. If yes, please confirm the process.
Currency Exchange rates for Items
We have a very specific need with respect to currencies. I'll try to explain it as below 1. We are selling imported software Products in India. 2. We import from Europe and US. 3. The suggested price is in USD/Euro 4. We want to give Quote/Invoice in
clients not receiving invoices bounce back
every invoice i send , gets a bounce back not delivered & client says not received ? they seem to receive reminders on the same e mail / details ? very annoying
How to enter Bank Account details for Auto-Charge via API
We need to add Bank Account info for a recurring invoice to enable auto-charge. Can this be done via the API? I know that we can add credit cards using the following: POST https://books.zoho.com/api/v3/recurringinvoices/<rec_inv_profile_id>/card/<customer_card_id>?organization_id=ORG_ID&authtoken=AUTHTOKEN
Zoho Books API Documentation shows the returned Expense ID as numeric, but the API actually returns a string.
Screenshot of ZB API Documentation. Expense ID (marked in red) is numeric. Screenshot of Zoho Creator execution result of making a request to ZB API POST /expenses endpoint. Expense ID (marked in red) is a string.
Is a record ID in Zoho Books always numeric?
Hi Support Team, For storing Zoho Books' contact, invoice and other record IDs in an external app, I wanted to know if the IDs are always numeric. As far as I can see in Books, they are all numeric and while fetching a record via the Zoho Books API, passing
Cliq funtion not triggerring from Books.
Gentlemen, I have been requesting the Zoho Books team for 15 days through various emails- then even escalated. The response that I get from Zoho is " Our back-end team is working on it......." It is a template-type response. I authenticated the link(Cliq
how to get Access Token & refersh Token
https://accounts.zoho.com/oauth/v2/token?code=&client_id=1000.DP4CU4M4AT0BJBX7KT5YUMIO1PNQTE&client_secret=ca66e715e9c387711166997b44fc45924b960385fa&redirect_uri=myurl&grant_type=authorization_code this error: {"error":"invalid_client}
Extracting data from ZOHO through API
How can I extract the invoice and bill reports from ZOHO through API? I have to create a dashboard in Power BI and we do use other software too for accounting, so to get all data from different software in single place I need the API.
restrict access to user to create invoice
hi team we need to restrict particular users from accounts dept to create invoice directly from invoice module in zoho books . Rather , they can only able to create invoice is by using "convert to invoice" from "Sales Order" module . pls help us to solve
Invoice attachment download problem.
Hello, I am using following zoho books documentation to get an invoice attachment using API. https://www.zoho.com/books/api/v3/invoices/#get-an-invoice-attachment Using above documentation method only latest attachment of invoice getting downloaded. There
Next Page