What is Custom Function? Extension libraries provide a means to register and organize JavaScript for use in integrations. Library functions are automatically available for you to drag from the Actions palette to your orchestration integrations. In this blog, we will see how to define a custom function in OIC and then use it […]
Expose SOAP API in OIC What is SOAP? SOAP stands for Simple Object Access Protocol. SOAP is the XML-based message protocol that enables the distributed elements of an application to communicate. SOAP can be carried over various standard protocols, including the web-related Hypertext Transfer Protocol (HTTP). SOAP is a lightweight protocol used to create web […]
Connect with Salesforce and data synchronization between Salesforce and Database in OIC What is Salesforce? 🡺 Salesforce is cloud-based CRM software. It makes it easier for companies to find more prospects, close more deals, and connect with customers in a whole new way to provide them with amazing service at scale. Salesforce brings together all […]
Remove emojis from the given file In this blog we will remove the emojis from the payload, sample input and output documents are given below: Input: Expected Output: Now go to the Boomi Atomsphere Platform to start the integration. Step 1: Go to platform.boomi.com Use Email Address and Password to log into the Boomi platform […]
Connect with FTP and read files from FTP in OIC What is FTP? 🡺 FTP stands for File Transfer Protocol. FTP (File Transfer Protocol) is a network protocol for transmitting files between computers over Transmission Control Protocol/Internet Protocol (TCP/IP) connections. Within the TCP/IP suite, FTP is considered an application layer protocol. The end user’s computer […]
Consume Salesforce API Using the REST Client Connector What is Rest? An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with each other. A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. For […]