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

Send email using smtp but operation timed out using ZOHO

Dim Smtp_Server As New SmtpClient Dim e_mail As New MailMessage() Smtp_Server.UseDefaultCredentials = False Smtp_Server.Credentials = New Net.NetworkCredential(abc@zoho.com,abc123) Smtp_Server.Port = 465 Smtp_Server.EnableSsl = True Smtp_Server.Host…
askingPPl
  • 263
  • 3
  • 20
4
votes
3 answers

posting a custom html form data into zoho crm

Can anyone please tell me the process of posting the data captured from,a html web form into zoho CRM? I have created a normal client side html form with all the necessary validations using JavaScript now I want to store the data from that form into…
user2674961
  • 61
  • 1
  • 5
3
votes
2 answers

Zoho Invoice API Error {"error":"invalid_client"} while requesting for token

While accessing Zoho api to get the token I'm getting the following error: {"error":"invalid_client"} Step 1: I'm requesting for Auth Code and the auth code is returned successfully. This is the API I'm…
Ashish Tripathi
  • 580
  • 4
  • 18
3
votes
1 answer

Zoho: Forms: Google Tag Manager events not firing

I have a form hosted by Zoho Forms that is embedded onto my website using an iframe. The zoho form has a custom domain, setup as follows: My website: example.com Zoho Form: forms.example.com Using Google Tag Manager (GTM) I'm trying to fire a…
TinyTiger
  • 1,801
  • 7
  • 47
  • 92
3
votes
2 answers

Zoho CRM SDK - How to trigger a function on load?

I have created a widget that retrieves the Current User details of the current ZOHO CRM logged in person. I have a button that takes the Email of the Current User and filters a database based on the retrieved Email. I currently have this working by…
Steven Hale
  • 206
  • 3
  • 15
3
votes
1 answer

Zoho CRM Insert Record using JSON / Coldfusion

Having eventually figured out the Zoho OAuth authentication, I'm now faced with trying to debug their error codes when attempting to insert a new record. { "data": { "Last_Name": "Smith", "First_Name":…
Lee
  • 989
  • 2
  • 14
  • 30
3
votes
1 answer

SQL Method to fill in blank rows of unique identifier

First time poster hoping to get some assistance. Very minimal coding experience so jargon may be confusing. I am attempting to use SQL in Zoho to clean up data. Data consists of A) Transactional Data (premium, fees, net earnings) per policy B)…
3
votes
2 answers

Pass Params in Curl Request

I have try curl request with terminal it's working but when i convert that curl request into php code that one passing param not working. Terminal curl request : curl --insecure "https://www.zohoapis.in/phonebridge/v3/clicktodial" -X POST -d…
3
votes
1 answer

Zoho subscription validate webhook signature NodeJS

I'm trying to secure my Zoho webhook implementation. I followed this doc: https://www.zoho.com/subscriptions/kb/webhooks/securing-webhooks.html I don't find it super clear on what to do, but I'm pretty sure that in the end I still did everything…
JC97
  • 1,530
  • 2
  • 23
  • 44
3
votes
1 answer

To select all fields from Zoho modules in CRM v2 apis

In Zoho crm getRecords v1 api, to select all fields we have selectColumns=All option. What is its equivalent in zoho v2 apis ?
vaishali
  • 312
  • 1
  • 8
3
votes
1 answer

I have a problem with Zoho Integration (JS SDK)

I run the application through web tabs and my site loads in iframe. The first page contains the files: https://live.zwidgets.com/js-sdk/1.0.5/ZohoEmbededAppSDK.min.js and my custom file app.js. His…
aleks_sk
  • 47
  • 4
3
votes
1 answer

How to send 'JSON' in post request using deluge?

I have a JSON data, which i need to pass it in POST method. I have no idea how to convert JSON data as query paramters. Kindly help me how to send this type of a JSON data in POST method using deluge. jsonData = { "author":…
Deepak
  • 2,660
  • 2
  • 8
  • 23
3
votes
1 answer

Why is the Symfony Mailer Component returning an empty response?

I want to convert my mailing from Swift Mailer to the Mailer Component, since I upgraded to Symfony 4.3. I've translated my MAILER_URL to a MAILER_DSN, the following…
Majesteit
  • 183
  • 1
  • 9
3
votes
0 answers

How to get grant token automatic

I must get access token with OAuth to read data from crm-zoho. But, everytime when I get access token, I must go to link: https://accounts.zoho.com/developerconsole to get new grant token after that I use grant token to get access token. So, how can…
3
votes
2 answers

Zoho crm :STUCK on Step 3: Generate Access Token and Refresh Token

I have $code and other variables values, but i receive error " Server error occurred Looks like you typed an incorrect address Or the URL you clicked is invalid." $adminUrl='https://accounts.zoho.com/oauth/v2/token'; $data = array("code" =>…
Rishabh Kushwaha
  • 429
  • 2
  • 14
1 2
3
47 48