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
TheCodeTheCode 

API vs Sites

We need input on how to integrate Salesforce with our website.

 

We are currently in the process of determine how to integrate Salesforce with our website. Basically, there are three options as fare as we can see:

1) Use Force.com Sites to build the whole website (and maybe use OrchestraCMS)
2) Build an external website and include Force.com Sites when needed (using iframes)
3) Build an external website and use Salesforce API to access data

Our immediate thoughts are to keep the website on one of the standard CMS (Wordpress or similar) and use Salesforce API to access and insert data into Salesforce.

 

To limit the number of API calls we hope it would be possible to use the API to create and save a XML file on the web server with all necessary data on all accounts. The XML file could be updated each hour and be used to display data on the website (member list, number of members etc.). When data needs to be updated in Salesforce (new leads) we will make a API call.

 

We would be very thankful for any feedback on this. What would you recommend? Anything special we should be aware of?

 

Thanks,

 

Andreas