Installation
The concept of a Connector consists of two parts:
- The business logic is implemented by a Connector function and executed by a Connector runtime environment.
- The user interface during modeling is provided using a Connector template.
Connector runtime and function
The Connector runtime environment can be installed using the supported deployment options.
Currently, we support an installation of Connectors with Docker, Docker Compose, and the manual setup.
Connector templates
For the modeling interface, you need to provide Connector templates.
For the out-of-the-box Connectors provided by Camunda, the Connectors Bundle project provides a set of all Connector templates related to one release version. If you use the Docker Compose installation, you can thus fetch all Connector templates that match the versions of the Connectors used in the backend.
Alternatively, you can fetch the JSON templates from the respective Connector's releases:
- Amazon SNS Connector
- Amazon SQS Connector
- AWS Lambda Connector
- Google Drive Connector
- Kafka Producer Connector
- Microsoft Teams Connector
- RabbitMQ Connector
- REST Connector
- SendGrid Connector
- Slack Connector
You can use the Connector templates as provided or modify them to your needs as described in our Connector templates guide.
Check out our Connectors Awesome List to find more Connectors.