Sample script to create a “Lead” in Zoho CRM and then add a note to that Lead is given below:
- leadinfo
= { “Company” : “Test”, “First Name” : “Test”, “Last Name̶
…
Sample script to create a “Lead” in Zoho CRM and then add a note to that Lead is given below:
…
Sample code:
…
The CRM Field type is used to fetch values from Zoho CRM, within a Zoho Creator form. In the sample application Fetching CRM records using ID, select a Product, from the CRM field named “Product”. This will auto populate …
Zoho Creator can push Form data to Zoho CRM. Below example steps (and explanation) tell you how to add a CRM lead from Zoho Creator Form. Note that there is no need here for the ZSC Key or the Zoho API/Ticket. They are all handled by Zoho Creator d…