Month: February 2024

  • List and Send Mail from Outlook 365 using MuleSoft

    List and Send Mail from Outlook 365 using MuleSoft

    Connecting to Outlook 365 using the MuleSoft connector is relatively straightforward, thanks to the connector’s intuitive design and robust capabilities. With this connector, you can seamlessly integrate your MuleSoft applications with Outlook 365 mailboxes, enabling real-time communication and message handling. In this post, I’ll walk you through the following steps: I’ll assume you have access…

  • Query and Load Data into Google BigQuery using MuleSoft

    Query and Load Data into Google BigQuery using MuleSoft

    BigQuery is a RESTful web service that enables interactive analysis of massively large datasets working along with Google Storage. If you’re building new integrations to drive data in and out of BigQuery, the general recommendation is to leverage the native API. MuleSoft recently released a Google BigQuery Connector that wraps these APIs and provides an…

  • Connect to Apache Kafka on Heroku using MuleSoft

    Connect to Apache Kafka on Heroku using MuleSoft

    Apache Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, and incredibly fast. When coupled with Heroku and MuleSoft, developers can easily publish and consume data without writing any code. In this article, we’ll walk-through the process of configuring the MuleSoft Kafka connector to connect to Apache Kafka…