Tag: MuleSoft
-
Exposing SAP Table Data with MuleSoft – Part 1
Overview Master Data, Transactional Data, Configuration Data, Custom Z-Tables: these are various types of tables that store data around SAP. Each table is designed to hold specific types of data related to a particular module or aspect of the business. How you access data from these tables in SAP can vary from use-case to use-case. […]
-
Read and write Apache Parquet files using MuleSoft
UPDATE: 10/24/2022 – The Connector has been updated to support InputStream so there’s no need read from a local file store. You can read or write directly from a stream to an endpoint like AWS S3. Apache Parquet is a file format designed to support fast data processing for complex data. Unlike row-based formats like […]
-
Connecting to Salesforce Marketing Cloud with MuleSoft – Using the REST APIs – Part 3
This is the last in a 3-part series on how to connect to Salesforce Marketing Cloud (SFMC) using MuleSoft. In the previous articles, I showed you how to set up the connection configuration of the SFMC connector as well as how to push data to Data Extensions with the SFMC connector. In this article, I’ll […]
-
Replace AWS API Gateway with MuleSoft in front of AWS Lambda Functions
-
Load 10M records into Snowflake in under 20 seconds with MuleSoft
Overview Snowflake is an analytic data warehouse provided as Software-as-a-Service (SaaS). Snowflake provides a data warehouse that is faster, easier to use, and more flexible than traditional data warehouse offerings. As enterprises begin moving their data into Snowflake, they need ways to connect and integrate large volumes of data from their systems quickly and efficiently. […]
-
Call MuleSoft APIs from Salesforce Lightning Flow Builder
Overview Salesforce Lightning Flow Builder is a process automation solution that provides a fast and easy tool to assemble flows. While Flows allow you to easily interact with Salesforce Objects, you can also make calls to Enhanced External Services from a flow. This article will walk you through the process of taking an API designed […]
-
Call a Java Method from a *.jar file in DataWeave
Overview Reuse is a major tenant of the MuleSoft Anypoint Platform. Instead of being a black box where developers don’t know what the code is doing under the covers, they can reuse code or leverage their own code within a Mule application. Sometimes this code can be sitting in a *.jar file and the developer […]
-
Connecting to Salesforce Marketing Cloud with MuleSoft – Using the Connector – Part 2
This is the part 2 in a 3-part series on how to connect to Salesforce Marketing Cloud (SFMC) using MuleSoft. In the first part, I walked you through the process of setting up the connection between MuleSoft and SFMC. You can use the MuleSoft SFMC connector to connect using either Basic Authentication or with OAuth […]
-
Connecting to Salesforce Marketing Cloud with MuleSoft – Setting up Basic and OAuth Configurations – Part 1
In this article, we’ll walk-through the process of connecting to Salesforce Marketing Cloud (SFMC) using the SFMC Connector in Anypoint Studio. The SFMC connector provides two ways to connect; you can connect using Basic Authentication and with OAuth Client Credentials. Tooling Versions A. Basic Authentication 1. Setup Salesforce Marketing Cloud Before we can connect to […]
-
Update Document with a MongoDB Function using MuleSoft
I recently had to figure out how to use the MuleSoft MongoDB Connector and update a document with a function. This post is a quick walk-through showing how to build an example flow to address the use case. In MongoDB, the collection we’ll be performing the function against looks like the following. It’s just a set […]