DZone

Introduction

MuleSoft’s Anypoint Connectors helps to connect third-party APIs and service through the Mule flow. You can use the connector to send or receive a message from Mule flow to one or more external services over protocol or API. Mule flow designing is graphical, so you don’t need to write a single line of code to connect external services when you are using Anypoint connectors. Today, MuleSoft has a large collection of different connectors to connect and integrate diverse systems including Salesforce, Database, different Google and AWS services, and many more.

You can develop your own connector using new Mule SDK platform, which is the replacement of earlier Mule devkit tool. In this article, I’d like to walk you through how to develop your own connector using Mule SDK.

Source: DZone