In this blog, let us discuss how to capture and fetch those fields that are coming in the request profile from a Database table. First, let us see the payload that would be the request: { “requestCount”: 2, “requests”:[ { “studentId”: “abc”, “fields”: [“emailId”,”percentage”,”grade”,”firstName”,”lastName”,”studentId”,”branch”,”YearOfJoining”] }, { “studentId”: […]
In this blog, We will see how to expose an API in Workato and based on the request schema how will we get the data from Salesforce. What is an API? API stands for Application Programming Interface. In the context of APIs, the word Application refers to any software with a distinct function. Interface can […]
In this blog, we will see how to implement API-KEY-controlled authentication in Boomi What is meant by API KEY? An application programming interface (API) key is a code used to identify and authenticate an application or user. API keys are available through platforms, such as a white-labeled internal marketplace. They also act as a unique […]
As there are three types of modes in Boomi, In this blog, we will learn about Boomi’s new mode, Bridge mode, and the differences between Bridge, General, and Low Latency modes. Bridge Mode: A new process mode called Bridge has been introduced for Integrations. This mode of execution provides low latency-like performance with more granular […]
API Proxy components are deployable components that allow for the direct proxying of a request through an API Gateway to a service which is not served through an Atom, Molecule, or Atom Cloud. Problem Statement: “How to implement API Proxy component in Boomi”. In this use-case, we will make use of a Open API Specification […]