This blog will cover how we can perform SQL JOINS in Boomi. Prerequisites: We have to create two tables in the database named Employee_Blog and Department_Blog having columns Id, Name, Dept ID and Dept ID, Dept name respectively. Figure 1: Employee_Blog Figure 2: Department_Blog Step 1: Log on to the Boomi platform (https://platform.boomi.com/) with a […]
In this blog, we will cover what is an atom and how to install an atom in Boomi on macOS. Prerequisites: The machine where the atom will be installed must have internet connectivity and macOS as the operating system. To begin with, let us see what is an atom. What is Atom? Atom is a […]
What is IMAP: IMAP stands for Internet Message Access Protocol It is an application layer protocol and is the most commonly used protocol for retrieving emails It was designed by Mark Crispin in 1986 The current version of IMAP is IMAP4 This term is also known as Internet mail access protocol, Interactive mail access protocol, […]
Introduction What is meant by the JWT token? JWT stands for JSON Web token is a proposed internet standard for creating data with optional signature and optional encryption whose payload holds JSON that asserts some number of claims. Creation of OKTA Account Step 01: In this use case will create an OKTA ID and implement […]
API Service Component: Routing Headers: When we have two or more REST APIs with same endpoint, the Routing header will help us to route to specific API or webservice (i.e., linked subprocess) based on specified header value. Steps to expose an API using a web service server connector Step 1.1: Log onto the Boomi platform […]
What is a Developer Portal? their application. What are the Benefits of Using the Developer Portal? Using the Developer Portal allows users to access published APIs and has a number of benefits. 1. Engagement: Your developer community can browse the API Catalog to: 2. Self-Service: 3. Control: Preconfiguration before creating a developer portal: Request profile-JSON […]
Integration Editions: Boomi offers different tiers of subscriptions called Integration Editions. When you purchase integration, you have a choice of these editions to choose from. The following editions are available: Note: The Integration Edition doesn’t change how the licensing works but it may affect services that can be available with the particular edition. To know in […]
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 […]
In this blog, we will develop a synchronous soap API. In this Use case, We will expose soap which takes employee id as request. We will retrieve employee data from database using employee id. Then, we will send employee data as response. Let us begin with the steps. Step 1: Log on to Boomi platform […]
HOW TO SEND AND RECEIVE TO/FROM AMAZON SQS. In this blog, we will see how to send and receive to/from Amazon SQS. What is Amazon SQS? Amazon Simple Queue Service (SQS) is a message queue service offered by Amazon Web Services. It is used by distributed applications to exchange messages through a polling model. The […]