In this blog, let us discuss how to fetch data from different sources and upsert to Master Data Hub. We will fetch the data from different sources. Then will upsert to Master Data Hub using Boomi Master Data Hub Connector Step 1: Log on to Boomi platform (https://platform.boomi.com/) with required credentials i.e. Email Address and […]
Introduction: GraphQL is a query language for API’s and a runtime for executing those queries against our requested data. GraphQL provides a more efficient, powerful, and flexible alternative to the traditional REST API. Advantages: With GraphQL, we can request only the data that we need, and nothing more. This helps in reducing over-fetching or under-fetching […]
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 […]
How to Lookup data from Table STEP 1: Navigate to the following URL https://urldefense.com/v3/__https://design.integration.ca-montreal-1.ocp.oraclecloud.com/?integrationInstance=oic3-partners-bots4saas-yu__;!!N8Xdb1VRTUMlZeI!iKe6knNXh2u9_9i5pqq8lkQHtL53p8Q3Dvr7sazYsfTRMs8VCH3DKmMQezUh4D7LC28ll19tZ6eA3D3hEVjoCeNB$ STEP 2: Log in to Oracle Cloud Gen3 and sign in with Credentials STEP 3: Click on the 3 Lines as shown in the below image STEP 4: Navigate and click on Design STEP 5: Navigate to Lookups and click on […]
Expose Rest API STEP 1: Navigate to the following URL https://urldefense.com/v3/__https://design.integration.ca-montreal-1.ocp.oraclecloud.com/?integrationInstance=oic3-partners-bots4saas-yu__;!!N8Xdb1VRTUMlZeI!iKe6knNXh2u9_9i5pqq8lkQHtL53p8Q3Dvr7sazYsfTRMs8VCH3DKmMQezUh4D7LC28ll19tZ6eA3D3hEVjoCeNB$ STEP 2: Log in to Oracle Cloud Gen3 and sign in with Credentials STEP 3: Click on the 3 Lines as shown in the below image STEP 4: Navigate and click on Design STEP 5: Navigate to Connections and then click on Create Integration […]
Common Terminologies: EDI:- EDI stands for Electronic Data Interchange. It is a standard electronic format that replaces paper-based documents such as Purchase orders and Invoices. In EDI transactions information moves directly from a computer application in one organization to a computer application in another organization. B2B:- B2B stands for Business to Business refers to transactions […]
Snowflake connector configuration In this blog, we will discuss how can we create a developer trail account in Snowflake and create a MuleSoft Snowflake connection configuration. By following below steps: Creating a Snowflake developer account. Configuration of custom database and schema. Configuration of MuleSoft Snowflake connection. Demo on select and insert opeartions Step 1: Creating […]
In this blog, we will discuss how can we configure alerts in Anypoint platform. We can configure alerts in the API manager and Runtime manager. Alerts configuration in Runtime Manager: First, we will go through the configuration of alerts in Runtime Manager. Step 1: Log in to your Anypoint platform https://anypoint.mulesoft.com Step 2: Click […]
In this blog, we will discuss how can we create a developer trail account in Snowflake and create a Boomi Snowflake connection configuration. By following below steps: Creating a Snowflake account: Configuration of database and schema in Snowflake Snowflake connection configuration in Boomi If test connection fails? Follow the below steps to deploy the jar […]
Parse Template is the Mule component to use for processing a template and obtaining a result. A template is defined as text with embedded Mule expressions that are evaluated and replaced with their result. There are some scenarios where we need to use a parse template in the flow. Some of the scenarios are: When […]