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
5
votes
2 answers

Nodemailer with ZOHO mail

I'm trying to setup ZOHO mail with Nodemailer. The mail is configured correctly and I'm using following code to send the mail: var transporter = nodemailer.createTransport({ host: 'smtp.zoho.eu', port: 465, secure: true, //ssl auth:…
Nicholas
  • 1,189
  • 4
  • 20
  • 40
5
votes
1 answer

PHP - 553 Relaying disallowed with Zoho mail and MyBB

I'm trying to use Zoho's SMTP servers to send registration emails from a MyBB installation. However, the emails are never sent and when I check the logs I notice that the error is. Month Day Year:Hour:Minute host=smtp.zoho.com tls=on auth=on…
SLC
  • 2,167
  • 2
  • 28
  • 46
5
votes
4 answers

Parsing a complex JSON result with C#

I am trying to parse the following complex JSON result, which is returned from the Zoho Crm API: { "response": { "result": { "Contacts": { "row": [ { "no":"1", …
DigiOz Multimedia
  • 1,156
  • 1
  • 12
  • 28
5
votes
2 answers

XML error Open quote is expected for attribute "value" when programming in PHP

Hello and thank you for your help, I am using PHP to write an XML request, the problem I am having is when I use the variable in the value field, it returns an error. However when I write in the value manually it works perfectly. Under field…
J Noel
  • 103
  • 1
  • 1
  • 8
4
votes
2 answers

How To Add Zoho CRM Leads with the Zoho CRM v2 API

How do I add a Zoho CRM Lead with the Zoho CRM v2 API, using simple curl connections? The docs are not very clear on not only how to add a lead, but how to even get the proper oAuth token to create the lead.
Volomike
  • 23,743
  • 21
  • 113
  • 209
4
votes
3 answers

ZOHO CRM Not getting refresh token in response

I am developing an application in iOS and android, in that i am integrating ZOHO CRM. I use OAuth2.0 for authentication, after that i use REST API to get "refresh token" but i am only get "access token". There are in bellow code to get token. How…
Rahul Parikh
  • 442
  • 1
  • 4
  • 18
4
votes
1 answer

Zoho CRM api v2 list of required fields for each module

I am trying to migrate my zoho crm apis to v2. I can see documentation for list of required fields for each module for v1 apis (https://www.zoho.com/crm/help/api/modules-fields.html). But I cannot find the same for v2 apis. Please help me on where…
vaishali
  • 312
  • 1
  • 8
4
votes
2 answers

Nodemailer Missing credentials for "PLAIN"

Nodemailer was working correctly for a few months with exactly the same configuration. var smtpTransport = nodemailer.createTransport({ service: "Zoho", auth: { user: environment.smtp.email, password:…
Stepan Rafael
  • 365
  • 2
  • 4
  • 13
4
votes
5 answers

Zoho V2 Rest API Search Criteria

As Zoho is going to deprecate the v1 support for rest API. I am changing the API's to support v2. Earlier there was a field in Lead module saying lastModifiedTime which helped to get only those leads which are modified. And the query string…
Furquan Khan
  • 1,586
  • 1
  • 15
  • 30
4
votes
2 answers

Zoho API V2 Update Record

I am trying to use the Zoho API Version 2 to do a simple record update in Leads. I am using PHP and CURL and my sample code for this call (to update a single field in the record) is as follows:- $apiUrl = "https://www.zohoapis.com/crm/v2/Leads/" .…
Keith KMSPIC
  • 53
  • 1
  • 3
4
votes
1 answer

In RubyZoho, how to set Task.related_to Lead.id?

I wrote this question up at RubyZoho's forum, but it's languishing there, and it's such a simple question it deserves a wider audience. I have used RubyZoho to upload a new Lead record to the Zoho CRM API, and now I want to upload a Task with its…
Phlip
  • 5,253
  • 5
  • 32
  • 48
4
votes
0 answers

Store Data to ZOHO CRM using LARAVEL and ZOHO CRM API

This is how to save data to zoho crm api using laravel, the process of this is the data will be check before uploading to crm to avoid duplicate data on zoho crm. public function importToZoho() { $publicUser =…
4
votes
1 answer

Error 4600 Zoho CRM Insert Record using cURL

Getting Error - 4600 Unable to process your request. Please verify whether you have entered proper method name, parameter and parameter values. $auth="authkey"; $email = $_POST['lowner']; $firstName = $_POST['fname']; $lastName =…
ravi1610
  • 47
  • 5
4
votes
1 answer

APIs for implementing Document Editing and viewing features for a web app?

I'm looking for APIs to bring online document editing features for a web app - Any suggestions? The criteria of selection depends on the following factors Support for editing for common document formats (doc, docx) Support for viewing common…
amazedsaint
  • 7,642
  • 7
  • 54
  • 83
4
votes
1 answer

Sending a mail using SSL from a zohomail account

I have been looking for a method to send an email from my zohomail account using Java mailing api, I have been through many examples available online but none of them did worked.There was always a problem with setting up properties. After being…
Angad Singh
  • 1,032
  • 1
  • 17
  • 36
1
2
3
47 48