Activity › Forums › Salesforce® Discussions › How can I integrate external database with Salesforce?
Tagged: Database, Salesforce Integration
-
How can I integrate external database with Salesforce?
Posted by Abhay on May 16, 2016 at 12:12 PMI want to connect my Salesforce system to an external database, but unable to find any inbuilt option to do that.
Please help.
Abhay replied 9 years, 11 months ago 3 Members · 3 Replies -
3 Replies
-
Hi Abhay
Yes you can integrate any third party system with salesforce easily with the help of either REST Api or SOAP Api.It would be better if you mention us the name of the system with which you want to integrate salesforce.
For integrating with REST Api roughly you need an endpoint URL and proper documents from third party database which will help us to use the methods of get and post in that system
Salesforce devloper guide for REST Api can help: https://resources.docs.salesforce.com/sfdc/pdf/api_rest.pdf
For integrating with SOAP Api you needs a WSDL file of third party database and then you will parse the WSDL file in salesforce which will make some apex classes of third party then you will use methods of newly genrated classes for making changes in the third party database.
Salesforce devloper guide for REST Api can help: https://resources.docs.salesforce.com/200/10/en-us/sfdc/pdf/apex_api.pdf
- [adinserter block='9']
-
Agree with @utsav . I also found a soultion, hope that would help.
Got to http://www.algoworks.com/blog/how-to-integrate-salesforce-with-external-database/
@abhay, please let me know if it helps.
Log In to reply.