Recurring Expenses/Bills- notifications
If I setup either a recurring expense or bill zoho silently creates it on the specified date, and I want to know when it is created so I can review- modify if needed. I thought there was some message on the dashboard when an expenses/bill was created
Push Notifications For Invoice Creation
Hey all I was hoping for some assistance from the group. What I am trying to accomplish here is to send push notifications to all my employees when an Invoice is created. I was told for weeks that this is possible and in the Zoho CRM manual it even says
ZOHO Books integration
We are using ZOHO Books and CRM in Germany. The integrated payment methods are PayPal and Stripe. Unfortunately it is neither possible to use the activated payment methods provided by Stripe like "SOFORT or Giropay" (except payment by Credit Card), nor is it possible to use PayPal Plus to provide our customers with the possibility to pay by EC/Girocard. These payment methods are the most common ones to pay online or offline in Germany; maybe all over Europe. We have to give our customers the possibility
Draft bills
If we receive a bill before we receive the items they are saved as draft. I can't see that we can create an automated work flow that can notify when a billed purchase order is received ?
api internal error
var url = 'https://books.zoho.com/api/v3/salesorders?authtoken=' + token+"&status=open"; var response = UrlFetchApp.fetch(url); return = "code":1000,"message":"Internal Error"
Custom fields transfered in following phases
Hi Zoho, a customer of us asked WHY the custom fields we created for them, can't be transfered in following phases. Example: In Estimate we fill these custome fields, then we create the Sales Order and then again the Invoice. B ut those custom fields
Developer Needed
Hello I'd like to find an experienced developer to help with a books API integration into our existing custom software application. We've integrated quickbooks but would like another option for our customers. If any are interested I would love to talk to you! Thx
Internal Error 1000 when trying to create a contact via the API and an Oauth2 connection
Hi, I'm trying to create a new contact using the API and an Oauth2 connection ! The connection is working and I can list my invoice and contact with no problem. But when I try to create a new conntact I get a Internal Error 1000. Any Idea on how to fix that ?
Zoho Books Estimate Status API
Does anyone know if the API gives us access to the status of the estimate when it is clicked. We need this in order to create an email alert when someone views the estimate.
Zoho Books Api
I am quite new to Zoho Books Api. Can anyone help me with a simple PHP CURL code to add a contact in the Zoho Books using Zoho Books API?
Zoho Books API Error Code: 2
I am receiving this error code what does it mean? can you please help ? { "code": 2, "message": "Invalid value passed for time_entry_ids" }
Any plans to add function so Invoices are removed form statement once paid?
Hi Any plans to add function so Invoices are removed form statement once paid? The statement that is currently available shows invoices that are paid and lists on the payments which invoices they pay which is very confusing and very confusing for our customers when we send them a statement of account.
Zoho Books Workflow Rule Triggers need a Dropdown
When creating a workflow rule and filtering triggers on fields, we really need a dropdown menu. We are currently having to manually type each option.
I am stuck with this error => Invalid value passed for JSONString
public function ZohoGetPayments(){ $url = 'https://books.zoho.com/api/v3/customerpayments'; $data = array( "authtoken" => 'xxxxxxxxxxxxxxxxxxxxx', "organization_id" => '669341062', "scope" => 'ZohoBooks/booksapi' ); $curl = curl_init($url); curl_setopt_array($curl,
[API] Problem when creating a Sale Order | code 36004 > The sale
order number still exists
Hi, Few weeks ago I created a system that permits to translate other platforms Orders to Zoho Books Sale Order. Everything was find and the steps done to do this was this one: Get or Create Contact Get or Create the order with the recently created contact. All was perfect and I could create the orders. But few days now I have this error message when I try to create the order: code 36004 > The sale order number still exists. Ok, so I go back to the doc to check if there is something new and I try
cant post an invoice from nodeJS
following the example from documentation https://www.zoho.com/books/api/v3/#Invoices_Create_an_invoice it says I have to use this api https://books.zoho.com/api/v3/invoices?organization_id=10234695 of course with my org id in the header of my POST http request it tells me to send "Authorization: Zoho-authtoken ba4604e8e433g9c892e360d53463oec5" with a token I have created for zoho books then the next header "Content-Type: application/x-www-form-urlencoded;charset=UTF-8" and then the data has the "requiered
Invalid value passed for Billing State
When I am creating a new customer, after filling all necessary details I am getting this error message "Invalid value passed for Billing State" . I am not able to figure out what is causing this.
Invalid data provided error when exporting customer payments through API
SInce the last few days some of our customer payments are failing with "Invalid Data provided" which I havent seen before. Some of these payments go through on retry but some havent. I am supplying all the mandatory fields and that has been verified by
Button for Retainer Invoice while looking at an Invoice?
Is there some way to create a button which will show while looking at a particular invoice which will open a new Retainer Invoice window? It would smooth out the workflow greatly.
Commission how to book
We have a Property Managing company Each client have its own account under his name where a rental income is booked in the statement as owner payment We get a 10% commission on that rental income I have done that as an expense and everything works fine when we do the Invoice to the client The commission is an income for us But the Commission becomes an expense also in our company= s operational expenses. That is not right! How should I register the Rental commission so that it is an costs in
Using Zohobooks api
Hello I was trying to integrate woocomerence with zohobook so search online for various options after research i found only 2 option 1 cloud connectors and 2 zaiper so i tried with zapier there are 3 issues when we adding contact there is no option to select the gst field by defaul it selects business_gst secondly while adding invoice it adds by defualt service no option to select good also not able to add hsn code So i decided to do it via webhooks of zapier but facing manny issues for using api
How to create purchase order from API
I've asked the following question on SO with no response yet - just wondering if this is the right place to ask? https://stackoverflow.com/questions/51079139/create-purchase-order-in-zoho-books-via-api-in-ruby-on-rails
our own website form to zohobooks contacts
Hi we want to create new zohobooks contacts from our own webform or update the zohobooks contact if it already exists. Our form collects: first name , email address (which we use as the zohobooks contact_name as well) ,phone number , and a text message
how to set item_type to sales_and_purchases and inventory also
We would like to add item which is for sales, purchase and for which we want to track inventory also, but there is no option through api to set all these three. Options available are Optional Type of the item. Allowed values: sales, purchases, sales_and_purchases
Zoho Books Workflows taking forever to get triggered
For some reason, Zoho Books workflows are taking many minutes to get triggered (execute). I noticed this today. Yesterday it was working fine.
Help with embedded Zoho Desk form in my C# .NET application
Hello, I'm trying to add an embedded Zoho Desk code in my .NET application, but I'm having problems. I'm trying to add the embedded code to a bootstrap modal, but the modal does not open when the code is present, only when there is no embedded code from Zoho. What could be wrong?
Update Task 'Due Date' field based on a formula
We have a Workflow rule that creates a Task when a field of the module is edited. The Due Date of this task is set to a date field value of the module. If the value is in the past, we want it to be set in the future. How can we achieve this automatically? As far as I can tell, Task Due Date are only Date fields and we can't add a formula to it. Ex:If Due Date is 12/16/2000, make it 12/16/2018
Automation question for experts
Is there a way to have when a field is checked off that it would trigger a sequence of field updates? Here is my scenario that I am trying to accomplish. First off I do a lot of mail marketing from our leads in Zoho. So, when we get mail returned back to us, we have to update the address with new address or we look it up using WhitePages to put in an alternative or correct address. The person who does this typically just checks off a box for that lead that says that the lead has a new updated address
Query - Automate user blocking
Hi, I would like to know if there is any automated way or any application that allows me to deactivate zohocrm users who have, for example, three months of inactivity? Thx,
Items per_page variables
If we get an individual item we get variables relating to Committed stocks but not when getting items by page, will these eventually be passed here or am I better off sticking with getting the open sales orders & processing them this way as making 4000+
Approve transaction from API ?
Is there a way to approve invoices or estimates from API like "/invoices/:invoice_id/status/draft"? "/invoices/:invoice_id/status/sent" approve but flag invoice like sent too, and it's misleading for the sales person. Can you add the end-point if it's missing, it will help better in our workflow. Thx
Zoho Books API
Hello, I'm trying to use the geturl function in Zoho Creator for Zoho Books: X = input.Invoice_ID.toString(); headerMap = Map:String({"Authorization":"Zoho-authtoken <CODE>"}); x = getUrl("https://books.zoho.com/api/v3/invoices/" + X + "?organization_id=452140211",headerMap); As a response I get: {"code":2,"message":"Invalid value passed for organization_id"} What am I doing wrong?
Custom Function not opened - Zoho Books
Hi Viewers, I am woking on Zoho Books. While I am open the Custom Function in Zoho Books it will throw the error as 'Unable to Perform this operation', so the Custom Function is not opened. Please try to clear the error. Thank you
Duplicating items via api - images not copied
Cannot seem to get the image copied to the new duplicate, any ideas guys ?... var jsonArray = { "item_type": "inventory", "product_type" : "goods", "name": name, "description": desc, "rate": sellfor, "unit": unit, "purchase_rate": buyfor, "inventory_account_name": "Inventory Asset", "purchase_account_name": "Cost of Goods Sold", "tax_id": "####################", "initial_stock" : size, "initial_stock_rate" : initRate, "image_id" : image, "image_name" : imageName, "custom_fields" : [{"index" : indexofCustomFieldBay,"value"
Going nuts trying to get API to work........
For the life of me I cannot get the API to POST any data using the format provided in the document. I have no problem GET'ing records. Here is a sample PHP script I made to be bare-bones simple. Whenever I execute it, I get a "Invalid value passed for JSONString". I know I'm missing something crazy simple. Please let me know. Sample code below. <?php $zohoauthtoken = "XXXXXXXXXXXXXXXXXXXXXXXXXX"; $zohoorgid = "XXXXXXXXX"; $json_string = '{ "contact_name": "test123", }'; $post = array(
zohobook get contact details in php code
hi Every buddy I'm new in zohobooks api i need to get all contact details in website through zohobook api in php code I already have: 1) url = https://books.zoho.com/api/v3/contacts? 2) authtoken = XXXXXXX 3) organization_id = XXXXXXX Anybody have any exmple
Api call for "open" Sales orders"
Can you tell me if there's anything wrong with the following please guys .... var url = 'https://books.zoho.com/api/v3/salesorders?authtoken=' + token+"&status=open"; var response = UrlFetchApp.fetch(url); It returns sales orders with statuses of "invoiced" as well as "open" ?? Working on "Committed" qtys of items as I know you guys are, but give us no indication of release dates, mine will be done within days :-)
Error in Evaluating Numeric Expression
int Display_Views.buy_sell_count_custom_filter(string bu_csu, string buy_sell, string Month_field, string Year_field, date Start_Date, date End_Date) { bs_rec = Investor_Meeting_Log [ID == ID]; month_item = thisapp.Display_Views.get_month(input.Month_field); year_item = input.Year_field.toLong(); start_month = input.Start_Date.getMonth(); end_month = input.End_Date.getMonth(); start_year = input.Start_Date.getYear(); end_year = input.End_Date.getYear(); ctr =
SPF Invalid Syntax Found
Hi Zoho help, I set the SPF records in my DNS correctly as explained in your documentation(with spaces like this: v=spf1 include:zoho.com ~all However, when I check it here and here, it shows without spaces and says invalid syntax. Could you please help in this. Also,I see a notification to verify SPF in my Zoho account. Thank you
Download Customer Id in invoice
Hi Zoho Books Representative, we have a problem with the platform and don't know how to solve it. >Our clients have a specific ID in our DSP and we would like to have it shown when we download all the invoices month to month. The problem is when we add
Next Page