user488474
user488474

Reputation: 45

php : How to send lead forms to salesforce.com api?

I am new to php and salesforce api. I have given an assignment in which I have to send the lead forms to salesforce api. My organization have a salesforce account but I have no idea how to implement salesforce api in php. Can anyone please help me on this?? Thanks

Upvotes: 3

Views: 1870

Answers (1)

Treffynnon
Treffynnon

Reputation: 21563

I would begin by reading over the documentation at http://wiki.developerforce.com/index.php/Integration and particularly the PHP information http://wiki.developerforce.com/index.php/Web_Services_API#PHP

If you are not already used to PHP this seems like it could be a big ask to pull off.

Upvotes: 1

Related Questions