Tag: MuleSoft

  • Call a Java Method from a *.jar file in DataWeave

    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

    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

    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…

  • Deploy Domain Projects using the Mule Plugin for Maven

    Deploy Domain Projects using the Mule Plugin for Maven

    Continuous Integration (CI) is a DevOps development practice that requires developers to check code into a shared repository (e.g. Github) after which automated builds and tests are run. This process allows teams to detect problems early and locate them more easily. The MuleSoft Anypoint Platform provides the flexibility and tools to easily build a CI process…

  • Create a Facebook Messenger Bot using MuleSoft and the Anypoint Platform.

    Create a Facebook Messenger Bot using MuleSoft and the Anypoint Platform.

    With over 900 million users a month, the Facebook Messenger platform has a pretty big audience.  The introduction of Messenger Bots earlier this year helped extend this adoption by helping drive personalized, scaled experiences with customers. Instead of building an app, just build the message thread as the place where you connect and interact with your users.…