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

Vikrant’s first blog

Blog banner

What is M-commerce and how it's work

Blog banner

Cyber Security Control

Blog banner

Memory Management

Blog banner

Global versus Indian Mental Health Differences

Blog banner

TECHNOLOGY : BOON OR CURSE ?

Blog banner

Virtual Memory

Blog banner

E-learning in today's world

Blog banner

Distributed Denial of Service (DDoS) attack

Blog banner

Solving Problems with AI: The Power of Search Algorithms

Blog banner

Deadlock

Blog banner

Understanding Gen Z: A Generation Facing Crisis and Potential

Blog banner

ONLINE NEWSROOMS

Blog banner

Deadlock and starvation

Blog banner

Virtual memory in os

Blog banner

5 Powerful Mindset Shifts To Make 2026 Your Breakthrough Year

Blog banner

Utilizing Data-Hiding and Retrieval Techniques in Cyber Forensics

Blog banner

Process states

Blog banner

Digital Marketing Ethics Transparency Trust And Brand Reputation digital

Blog banner

Multiprocessor and Multicore Organization

Blog banner

Explain DBMS in Brief

Blog banner

Memory Management

Blog banner

How To Invest In Indian Stock Market @ BSE &amp; NSE ~ Tutorial 3

Blog banner

URL vs Domain

Blog banner

Health and fitness

Blog banner

Navigating the Digital Battlefield: Security Breaches and Effective Countermeasures

Blog banner

Benefits and drawback of web security.

Blog banner

What Your Child Learns During Free Play (That You Might Not Notice)

Blog banner

Fault Tolerance in an Operating System

Blog banner

I/O Management and Disk Scheduling

Blog banner

Palm Vein Biometric Technology; Contactless vein authentication

Blog banner

virtual machines and virtualization

Blog banner

Knowledge Management in Continual Service improvement (CSI)

Blog banner

Why Inconel 625 and Monel 400 Remain Unbeatable in Refinery Applications?

Blog banner

This Windows 11 encryption bug may cause data damage

Blog banner

Earth with no trees

Blog banner

KPMG (Klynveld Peat Marwick Goerdeler)

Blog banner

Vulnerability Assessment

Blog banner

Festive Ethnic Wear Guide: Patola-Inspired Looks for Every Celebration

Blog banner

Lemon and Chilli Pickle (Limbu Mirchi Achar)

Blog banner

Understanding the 4 Types of Learning Methods in Early Childhood

Blog banner

Security issues

Blog banner