Tag: MuleSoft

  • 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.…