What is Scheduling? Process execution schedules are standardized schedules that control when a process should run. You can add multiple schedules to a process for different execution requirements. A process must be deployed to an Atom, Molecule, or Atom Cloud to run on a schedule. A schedule starts as soon as you deploy the process […]
Install Jar files for SQL Server In this blog, we will see how to install Jar files for SQL Server and deploy them to the atom. Step 1: Let us begin with the steps. Step 1: Search for SQL jars and choose 2nd option as shown. Step 2: Once we open the link, click on […]
What is Solace queue? A queue acts as both a destination where clients can publish messages to and as an endpoint that clients can bind consumers to and consume messages from. A queue is typically used in a point-to-point (PTP) messaging environment. It’s also possible to add topic subscriptions to a queue so messages published […]
In this blog, let us discuss about how to do a Manual OAuth call with client credentials grant type. To do manual OAuth call in boomi, we have a connector called “HTTP Client” through which we can use the service provided by third party API. Here, we want to access particular employee data from salesforce […]
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 […]
What is the event stream in Boomi? Boomi Event Streams is a cloud-native, event-driven, message queueing solution built into the Boomi Atmosphere Platform, making it easy to create high-performance, scalable, event-driven connections for demanding integration use cases. STEP 1: Log onto the Boomi platform https://platform.boomi.com with the required credentials i.e. Email Address and Password. STEP 2: […]
In this document, we are going to see how to Integrate between Salesforce and Snowflake through Boomi.What is Salesforce?Salesforce is a cloud computing service as a software (SaaS) company that specializes in customer relationship management (CRM)What is Snowflake?Snowflake is a cloud computing-based data cloud that provides a data warehouse-as-a-service designed for the cloudHere we will […]