Home
About
Contact
Login
Home
Code and Articles
Videos
Books
Search
Demos
Portfolio
Home
>
Categories
>
Code from a Category
Salesforce CRM (4)
VB.Net (85)
Zoho Invoice (1)
MSSQL (189)
Asp.net C# / VB (341)
SugarCRM (1)
CSS (10)
PHP (118)
jQuery (18)
Zoho Support (1)
Zoho Creator (7)
Zoho Mail (2)
Zoho CRM (58)
Other (12)
DotNetNuke (2)
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.
Reply above Post
Related Posts
Java Zoho creator Integration Part 1
ZOHO CRM: Advantages of using Zoho Mail Add on
Zoho Mail: How to increase the Zoho Mail storage
How to vertical copy from Zoho CRM Account1 to Zoho CRM Account2
Zoho Mail and Zoho CRM Mail attachment file size
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:
Yes
No
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.