Overview
This section gives an overview of the out-of-the-box Connectors available in Camunda Platform 8. All Connectors are available for Camunda Platform 8 SaaS and Self Managed.
Outbound Connectors​
- Amazon SNS Connector - Send messages to Amazon Simple Notification Service from your BPMN process.
- Amazon SQS Connector - Send messages to Amazon Simple Queue Service from your BPMN process.
- AWS Lambda Connector - Invoke AWS Lambda Functions from your BPMN process.
- Google Drive Connector - Create folders or files from a Google Drive template from your BPMN process.
- Kafka Producer Connector - Produce messages to Kafka from your BPMN process.
- Microsoft Teams Connector - Interactions with Microsoft Teams from your BPMN process.
- RabbitMQ Connector - Send messages to RabbitMQ from your BPMN process.
- REST Connector - Make a request to a REST API and use the response in the next steps of your process.
- SendGrid Connector - Quickly send emails from your BPMN processes.
- Slack Connector - Send messages to channels or users in your Slack workspace from your BPMN process.
Inbound Connectors​
- HTTP Webhook Connector - Start a process instance with your custom webhook configuration.
- GitHub Webhook Connector - Start a process instance triggered by a GitHub event.
In addition to this section on Connectors, we recommend reviewing Connector secrets.
If you want to build custom Connectors, head over to our Connector SDK guide.