Skip Navigation LinksHome > Categories > Code from a Category

Zoho creator php integration part1



User Name: RanaAmmar
Name: Rana Ammar
Contact Me: www.datawebcoder.com/ContactUs.aspx
Home Page: www.datawebcoder.com
Software developer working in software industry for last 4 years i have experience in working in crms siebel,sugar,zoho crm and i have done php development and integration of php and java with these c... [More]
Viewed Times: 329
Add Date: 03/09/2011
This article gives you the introduction on how to get started in integration of php with zoho creator applicaiton.
You need to have little intro of rest api to understand this tutorial and if you want to integrate with zoho creator the steps are simple you need to get two things
1.Zoho api key.
2. Ticket.
Getting api key is simple task you need to go to following link
https://api.creator.zoho.com/Creator-API-Prerequisites-Generate-an-API-Key.html You can see it in following screen shot

and generating key is one time process but 2nd thing is how to get a ticket this you have to get through a programming language and it got expired so you have to get it again.This i would explain in this article the code is simple
$serviceName='ZohoCreator';
$loginId='rna.ammar@hotmail.com';
$request="http://accounts.zoho.com/login?
servicename=".$serviceName."&FROM_AGENT=true&LOGIN_ID=".$loginId."&PASSWORD=".$password;
$response = file_get_contents($request);
echo $response;
now the response string we have got contains five variables including ticket you can view it in following screenshot.
i would explain in later article on how to use this ticket and add and view records in zoho application.

Post a Comment

Name: (Optional)
Email: (Optional, you can get an email if somebody replys your comments)*
Email me if somebody respons my comment below:
Details**:
Enter Text
as Below:
(case insensitive, if hard to read, click the "get a new one" button)
 
    
* Your email address will not be shared with any third parties for any reason.
** Maximum 1000 charactors.