In this blog, I am going to show how simple it is to use ICS (Integration Cloud Service) to integrate to Oracle Sales Cloud easily and quickly. The steps that I am going to show are tailored for Sales Cloud, but in reality, they are almost the same steps to integrate virtually any Application whether it is on premise or in the cloud.
Using ICS Sales Cloud connector, allows you to fully introspect into all Business objects, custom objects and Services while building an Integration, so you can literally choose depending on your needs the object to interact with, either to Create, Read, Update or Remove; specific queries, services, etc. In this case I am mainly going to work with the “Contact” Business object that belongs to a particular “Account”.
This is the use case that I am going to develop:
- REST API to create (POST) new a new “Contact” for an existing “Account” in Sales Cloud
- REST API to retrieve (GET) all “Contacts” from an existing “Account” in Sales Cloud
- REST API to retrieve (GET) a specific “Contact” from an existing “Account”, given a unique identifier in Sales Cloud
Continue reading “Teaching how to integrate Sales Cloud with Integration Cloud Service”