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
Akshay HemmadyAkshay Hemmady 

Integrate External System with Salesforce

Hi,

As part of a new initiative, we are in the process to identify:

1. Different ways to integrate with Salesforce (in way that data populated in our system should be visible in the Salesforce UI). Also, the types of benefits or limitations of each type of integration (File Based, REST, Pull/Push, etc.)
2. Evaluate the most feasible option

Could you help with point (number 1 mentioned above) along with sample code to analyze and accordingly evaluate the most feasible approach? Also, shed some light on the Lightning API for the same purpose.

Thanks in advance,
Akshay
 
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Akshay,

May I suggest you please refer the below link for reference. Hope it helps.

Please mark it as best answer if the information is informative.

Thanks
Rahul Kumar
Akshay HemmadyAkshay Hemmady
Rahul, unfortunately the mentioned post talks more about inbound (pull data from Salesforce into external system) integration rather than outbound (push data from external system into Salesforce).

Could you guide me to API details for the Outbound Flow (in Bulk preferably)