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
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.
Related
I want to retrieve the leads data from the facebook Marketing API and it should synchronize with the client custom CRM. I have gone through the guide given by facebook but I am not sure how to implement and get the result.
Is there a way to set up my code so that my leads data is directly triggered into the client CRM? Without using any third party tool?
Yes, you can do this through the Marketing API.
There is a full guide here:
https://developers.facebook.com/docs/marketing-api/guides/lead-ads/
I need some source code or example to integrate Avangate webservices with PHP application.
Does anybody have sample source code or can someone help me on how to integrate its api using php.
I had gone through its document but its lengthy and bit confusing. I need some guidance who have worked on this.
How to add new products. Can i add it from control panel or need to use it's API.
How to parse the notification data received as a response from avangate.
I have been trying to use the API of SnapBill from PHP. I am just trying to make a new client for every action of a form post.
The documentation of the SnapBill clients API did not help me.
I used this API recently and if you're new to REST (like me), the documentation doesn't really make any sense. The API is based on RESTful design so I used cURL library of PHP for sending and getting requests from the API.
This post http://www.lornajane.net/posts/2008/using-curl-and-php-to-talk-to-a-rest-service helped me a lot. Hope you get the idea.
Yes. I would like to retrieve GA Campaign Tracking Data but don't know how to do with PHP. Please help me.
I would suggest checking out http://code.google.com/p/gapi-google-analytics-php-interface/ which is a php library for accessing such data. There are a few examples which I think show it quite well.
Hope it's of help.
I am implementing a bluepay payment gateway in my PHP project. I couldn't find any integration documents for bluepay, Plaese anyone tell me the basic steps for posting data to bluepay, ie in which format I have to use to post data to "https://bluepay.onlinedatacorp.com/test/bluepaylitetest.asp".
This has already been pointed out and i don't think you should repeat without a proper google search (even a non-proper in this case).