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
3
votes
1 answer

CORS request with Electron

I can't manage to make a CORS request from my electron app. I have set the required webSecurity mainWindow = new BrowserWindow({ width: 1024, height: 768, show: false, webPreferences: { webSecurity: false } }); then trying to get…
somerandomusername
  • 1,993
  • 4
  • 23
  • 55
3
votes
3 answers

Zoho Deluge : How can I insert line breaks or start a new line to e-mail message?

I am trying to send an email by using Zoho Custom Function. Now, I need to insert line breaks in my email. I try by using \n but it does not work. sendmail [ from: "email@gmail.com" to: "email@gmail.com" subject: Subject …
Mahidul Islam
  • 580
  • 11
  • 29
3
votes
1 answer

Trying to access database from my local server

I want to access a database from Zoho Creator using their REST API (https://www.zoho.com/creator/help/api/rest-api/rest-api-add-records.html) I read that I cannot do that from the client side (because CORS isnt implemented or something along those…
3
votes
1 answer

Connection timeout error in sending an smtp mail through zoho

Am getting a connection time out error when am trying to send a django mail through smtp. Below is my configuration - EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' # Host for sending e-mail. EMAIL_HOST = 'smtp.zoho.com' # Port for…
dreamer
  • 478
  • 1
  • 11
  • 24
3
votes
2 answers

How to create a record on Zoho CRM through API (insertRecords method)

I was looking at Zoho CRM API (https://www.zoho.com/crm/help/api/insertrecords.html#Insert_records_into_Zoho_CRM_from_third-party_applications) and there is a method called insertRecords. But I have no idea how should I use to really create a…
3
votes
2 answers

How to create custom function in zoho crm?

Please help me in how to create the custom function to search records from custom module in zoho crm. I am new to zoho crm so I do not have any idea about how to code for this. The workflow triggers on Event create. In custom module LEADID is…
Ashish Patil
  • 313
  • 1
  • 6
  • 15
3
votes
1 answer

How to json decode in zoho

My json code : Input {"responseCode":"200","responseText":"ID: 2ce934c860f48b02fb755178f8ac0a2"} How to json decode in zoho creator ==> This is right ?…
Amit Kanala
  • 123
  • 1
  • 1
  • 12
3
votes
1 answer

Gitlab page and CNAME records conflict

I need help for setting up gitlab pages on my own domain. So i host my git on gitlab.com, and when i want custom domain name for pages i need to enter CNAME record on my root (with DNS editor). Problem is that i have MX records for hosting email on…
NoobyAFK
  • 307
  • 4
  • 14
3
votes
2 answers

`The operation has timed out.` exception when sending mail using ZOHO SMTP configuration

I am using ZOHO mail server for sending mails through my application. But its unable to connect to server and throws exception The operation has timed out.. Following is my code: public int sendMail(string from, string to, string subject, string…
Aishwarya Shiva
  • 3,460
  • 15
  • 58
  • 107
3
votes
0 answers

phpmailer zoho SMTP auth failed

I'm trying to send mail with PHPMailer but it fails... I have activated the debug mode to show my errors but I don't understand the message returned by the SMTP server. My code :
izanagi_1995
  • 94
  • 1
  • 8
3
votes
1 answer

Deserialize JSON with varying data structure

One of the JSON API that I am consuming returns response that varies its data structure depending upon how many results are returned from the query. I am consuming it from C# and using JSON.NET to deserialize the response. Here is the JSON that is…
amit_g
  • 30,880
  • 8
  • 61
  • 118
3
votes
2 answers

Zoho Creator with Bootstrap, jQuery, or other custom HTML

Does Zoho Creator have a built-in way of letting me serve views to users that are styled with Bootstrap or use jQuery controls or otherwise are just HTML albeit using ZC as the backend? If not, is there a simple way of serving a custom frontend like…
themirror
  • 9,963
  • 7
  • 46
  • 79
3
votes
2 answers

Unable to parse datatype error when sending a Curl POSted XML

I'm trying to connect a linkedin signup to an addition to Zoho's Recruit API When I use requestbin, It seems like it should work, but when I submit to Zoho, I get an error, could not parse data type. This is where the info was on how to structure…
Stepan Parunashvili
  • 2,627
  • 5
  • 30
  • 51
3
votes
1 answer

Sync the zoho crm with sql database using c# code

I am new to ZohoCrm. Instead of passing the hardcoded data from c# to zoho CRM, I need to pass the data from the database table to Zoho. Then I need to synchronize both the database and update it to CRM Can any one help me?
user123
  • 820
  • 3
  • 14
  • 34
3
votes
2 answers

Integrating CRM with Google maps

Just started testing Zoho Crm as a CRM solution for our company. Someone asked for a Google map on the page showing our upcoming engagements.I know Zoho provides an API that allows accessing its data from the outside, but I actually need to…
Traveling Tech Guy
  • 27,194
  • 23
  • 111
  • 159