Questions tagged [zoho]

Zoho is a SaaS based company which offers a comprehensive suite of on-line business, productivity & collaboration applications.

Zoho has a large number of products so it can be good to include the name of the Zoho product in the question title.

Example:

Zoho: Creator: <question topic>

It is also useful to include 'Deluge' if the question is related to Zoho's Deluge scripting language.

Example:

Zoho: CRM: Deluge: <question topic>
722 questions
0
votes
1 answer

Losing tags and data when parsing XML string with Simple XML

I have run into a minor problem. I am using Zoho CRM API and it returns me an XML in a format like this:
kingmaple
  • 4,200
  • 5
  • 32
  • 44
0
votes
1 answer

Save Zoho Creator form in crm and in mysql database

I like to create a registration form and not only store part of it in Zoho CRM but also I like to save the data in my MySQl database on my server. for example in the registration form the user should enter a username and password. I like to put this…
0
votes
2 answers

Is this a normal xml format?

***TEST***Record(s) updated successfully
Robert Snyder
  • 2,399
  • 4
  • 33
  • 65
0
votes
1 answer

simple xml not working on live server

I have script which calls zoho api, Its working fine on localhost but when i upload the script to server it doesnt works, errror says Severity: Warning Message:…
www.amitpatil.me
  • 3,001
  • 5
  • 43
  • 61
0
votes
1 answer

How to build a Bridge and sync magento and zoho both ways

We want to build a bridge to synchronize data both ways in magento 1.6 and zoho crm -to synchronize leads, quotes, invoices, clients (assign them a user id and password for our B2B website) -to synchronize products attributes, etc... Examples :…
Miles M.
  • 4,089
  • 12
  • 62
  • 108
0
votes
2 answers

UrlFetchApp fetch post to Zoho Creator API, Zoho needs the session to be closed

Am using UrlFetchApp fetch to post to Zoho Creator's API. I obtain the correct response however, after the post is completed the Zoho Creator platform displays the session as active. This is not desirable as Zoho will only allow a limited number of…
peohk
  • 15
  • 2
-1
votes
1 answer

Python SMTP not working even with "correct" settings (logs in doesnt send)

I'm trying to send an OTP via email (which I save in a DB as well) and even though I believe my config is right because it logs in, it doesn't send messages (it did the first 2 times and then stopped): message = """Subject: Your OTP Hi, your…
-1
votes
1 answer

Buying materials or products in CRM

I have a business where I am procuring old Iron scrap, where I have a team of 10 peoples who going to the market daily to buy the scraps. Please bear with me I am new to the CRM or sales activities or sales terms. Case scenario :1 Team member…
user3929758
  • 233
  • 2
  • 3
  • 15
-1
votes
1 answer

SQL dynamic output tables

right now I have 2 tables. The first one has all the sales done by sales persons throughout each week, this table updates every week and only displays the sales of the current week (erases the data and starts over next week), the second table is a…
Kishko
  • 23
  • 3
-1
votes
3 answers

I want to add contact form 7 data to zoho crm with custom code in wordpress. I tried but not find any solution

I already added the code on my function.php file by applying zoho crm api but the data is not transferring on ZOHO crm. I called the data through the access token provided by Zoho crm, then i create API v2 of web API and generate client id and…
Aman Gupta
  • 23
  • 3
-1
votes
2 answers

Could not calculate cost for the selected Realtime rate

I am transferring data from the Zoho sales order to the Net Suite order. But I am getting this error. I have checked the items in the NetSuite items records items was there. Please help me with this.
-1
votes
1 answer

Zoho: Deluge: What techniques are used to debug Zoho Deluge syntax errors?

Zoho: Deluge: What techniques are used to debug Zoho Deluge syntax errors? Often the online Zoho Deluge code provides minimal information regarding syntax errors. What techniques are successful to quickly identify the code with the incorrect…
ZohoCoder
  • 385
  • 5
  • 15
-1
votes
1 answer

Running two TWIMLs

I am running Zoho Phonebridge which generates the following webhook: https://www.zohoapis.com/ctiapi/xml/twiliocall/twilio?zapikey=XXX, but I need to add functionality. Particularly, I need either VM's to be emailed to me (there's a TWIML for that)…
Tom
  • 1
-1
votes
2 answers

How does pagination works on Zoho CRM API?

I am fetching data from the Zoho CRM API import requests import json import pandas refresh_token="xxxx" client_id="xxxx" client_secret="xxx" req1=requests.post("https://accounts.zoho.com/oauth/v2/token?refresh_token=" + refresh_token +…
-1
votes
2 answers

Unable to extract attendance data in JSON postman

I am trying to get data of attendance API from zoho people in postman application .. so for this i already get access token and now i am trying to access all data .. I tried this link and paste in…