function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DevSFDevSF 

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..!
Abhishek Vishwakarma 5Abhishek Vishwakarma 5
Hi @Srinu,

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
vigneshwar kothavigneshwar kotha
Hi Srinu,

Go through this link.

https://developer.salesforce.com/page/PHP_Toolkit_11.0  (Php to salesforce Integration)

I think it is helpful for you.
J. ReidJ. Reid
@vigneshwar kotha

That's the old Toolkit. The latest PHP Toolkit is up to version 20.0: https://developer.salesforce.com/page/PHP_Toolkit

:)