wisemonkeys logo
FeedNotificationProfileManage Forms
FeedNotificationSearchSign in
wisemonkeys logo

Blogs

How to insert contacts in zoho crm using php

profile
Taha Chatriwala
Dec 16, 2017
0 Likes
0 Discussions
2574 Reads
Today I will be showing you how to insert contact records dynamically in to Zoho CRM using Php. First we will create a basic html form with 2 fields : i.e first-name and last-name
<html> <head> </head> <body> <form action="contacts.php" method="post"> First name: <input type="text" name="fname"> Last name: <input type="text" name="lname"> <input type="submit" value="submit" name="submit"> </form> </body> </html>
The details from this form will get forwarded to the api file which is named as "contacts.php" This Api file contains the following code :  
<?php $firstname=$_POST["fname"]; $Lastname=$_POST["lname"]; $xml = '<?xml version="1.0" encoding="UTF-8"?> <Contacts> <row no="1"> <FL val="First Name">' .$firstname. '</FL> <FL val="Last Name">' .$Lastname. '</FL> </row> </Contacts>'; $auth="**********************"; $url ="https://crm.zoho.com/crm/private/xml/Contacts/insertRecords"; $query="authtoken=".$auth."&scope=crmapi&newFormat=1&xmlData=".$xml; $ch = curl_init(); /* set url to send post request */ curl_setopt($ch, CURLOPT_URL, $url); /* allow redirects */ curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); /* return a response into a variable */ curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); /* times out after 30s */ curl_setopt($ch, CURLOPT_TIMEOUT, 30); /* set POST method */ curl_setopt($ch, CURLOPT_POST, 1); /* add POST fields parameters */ curl_setopt($ch, CURLOPT_POSTFIELDS, $query);// Set the request as a POST FIELD for curl. //Execute cUrl session $response = curl_exec($ch); curl_close($ch); echo $response; ?>
Note : In the above code replace the value of the $auth variable with your authorization token given by zoho crm. The below video demonstrate the end users view of the above code. [embedyt] https://www.youtube.com/watch?v=Ij5otelJGDE[/embedyt]

Comments ()


Sign in

Read Next

Healthy Indian Comfort Foods That Are Both Nutritious and Delicious

Blog banner

(Input/Output) in os

Blog banner

FILE SHARING

Blog banner

Place to visit in pune

Blog banner

E-mail security

Blog banner

Deadlock

Blog banner

Threads

Blog banner

Swiggi

Blog banner

R Programming

Blog banner

Virtual Machine's

Blog banner

Which Smartphone Company Has the Largest Market Share in India?

Blog banner

DEVELOPMENTS LEADING TO MODERN OPERATING SYSTEMS

Blog banner

FASHION

Blog banner

How to Manage Business Invoices and Payments Easily?

Blog banner

Memory management

Blog banner

Amazon

Blog banner

Sweet Mango Murabba

Blog banner

Mail merge

Blog banner

Networking 101: How to Build Meaningful Connections in College

Blog banner

Guidelines for a Low sodium Diet.

Blog banner

OS PROCESS DESCRIPTION AND CONTROL-SARVAGYA JALAN

Blog banner

Vulnerability Assessment

Blog banner

Social Network Analysis: Ek Naya Nazariya Data Science Mein

Blog banner

Veg/Non-veg/Egg Tiffin Meals That Are Nutritious and Filling

Blog banner

Security in Cloud Computing

Blog banner

Four Stalls Every Vegetarian Needs To Eat At Outside Vile Parle Station

Blog banner

MQTT (MQ Telemetry Transport) in Data Science

Blog banner

Love is in air.....

Blog banner

Why Travellers from Miami & Orlando Are Visiting Arcadia for Weekend Getaways?

Blog banner

What is OS Fingerprinting?

Blog banner

child Labour

Blog banner

Patola Outfits for the Modern Wardrobe: Reviving Indian Handloom in Style

Blog banner

EFT

Blog banner

A MODERN OPERATING SYSTEM

Blog banner

Population

Blog banner

Supervised and unsupervised learning

Blog banner

10 Unknown facts about India's Independence

Blog banner

Question

Blog banner

Mental Health

Blog banner

File Management system

Blog banner

BENIFITS OF YOGA

Blog banner

The Impact of Tolerances and Wall Thickness on Pipeline Integrity

Blog banner