Tag: Salesforce

  • Connecting to Salesforce Marketing Cloud with MuleSoft – Using the REST APIs – Part 3

    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…

  • Call MuleSoft APIs from Salesforce Lightning Flow Builder

    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…

  • Upload and link files using the Salesforce Connector in Mule 4

    Upload and link files using the Salesforce Connector in Mule 4

    Overview Querying or upserting data into Salesforce objects is a simple process with MuleSoft and the Salesforce Connector. You can retrieve a Contact record, or update an Account through a single operation generally in Anypoint Studio. But there are some use cases where you need to combine multiple operations to handle a task in Salesforce.…