You need to sign in to do that
Don't have an account?
DevSF
Integrating with salesforce
Hi,
We are integrating salesforce with external website which runs on PHP Script.
The developer at the external end will push the data into salesforce and he uses sesssion ID for this scenario.
My question is that how do use that data in salesforce, will i be able to use it directly or do i need to write a rest webservice.
How do i proceed...!
Any Help will be appriciated..!
We are integrating salesforce with external website which runs on PHP Script.
The developer at the external end will push the data into salesforce and he uses sesssion ID for this scenario.
My question is that how do use that data in salesforce, will i be able to use it directly or do i need to write a rest webservice.
How do i proceed...!
Any Help will be appriciated..!
You have to write a REST Service for receiving the data.
APEx REST :: https://developer.salesforce.com/page/Creating_REST_APIs_using_Apex_REST
Please follow the link to create a Rest Apex .
Hope this will be helpful.
Thanks,
Abhishek
Go through this link.
https://developer.salesforce.com/page/PHP_Toolkit_11.0 (Php to salesforce Integration)
I think it is helpful for you.
That's the old Toolkit. The latest PHP Toolkit is up to version 20.0: https://developer.salesforce.com/page/PHP_Toolkit
:)