Overview
Out-of-the-box (OOTB) Connectors accelerate solution implementation by providing pre-built, ready-to-use connectors to popular external systems.
Each Connector has a dedicated page with relevant configuration.
All Connectors are available for Camunda Platform 8 SaaS and Self-Managed.
Beginners to Connectors may want to get familiar with Connectors using a guide.
- Outbound
- Protocol
Outbound Connectors​
- Amazon DynamoDB Connector - Interact with Amazon DynamoDB NoSQL database service within your BPMN process, enabling you to store and retrieve data from tables, as well as perform queries and scans.
- Amazon EventBridge Service Connector - Send events using Amazon EventBridge service within your BPMN process.
- 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.
- Asana Connector - Manage Asana projects and tasks from your BPMN process.
- Automation Anywhere Connector - Orchestrate your Automation Anywhere queue from your BPMN process.
- AWS Lambda Connector - Invoke AWS Lambda Functions from your BPMN process.
- Blue Prism - Orchestrate your Blue Prism queue items from your BPMN process.
- Camunda Operate Connector - Fetch process execution data from Camunda Operate.
- Easy Post Connector - Create addresses, parcels, and shipments, as well as purchase and verify shipments with EasyPost from your BPMN process.
- GitHub Connector - Manage GitHub issues and releases from your BPMN process.
- GitLab Connector - Manage GitLab issues and releases from your BPMN process.
- Google Drive Connector - Create folders or files from a Google Drive template from your BPMN process.
- Google Maps Platform Connector - Validate addresses, retrieve postal addresses, and calculate distances with Google Maps Platform Service from your BPMN process
- Google Sheets Connector - Allows you to work with an existing or new empty spreadsheet on Google Drive 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.
- OpenAI Connector - Interact with ChatGPT and OpenAI Moderation API.
- Power Automate Connector - Orchestrate your Power Automate Flows with Camunda.
- RabbitMQ Connector - Send messages to RabbitMQ from your BPMN 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.
- Twilio Connector - Send and get SMS messages with Twilio service from your BPMN process.
- UiPath Connector - Orchestrate your UiPath Bots with Camunda.
- WhatsApp Connector - Send messages with WhatsApp Business from your BPMN process.
Protocol Connectors​
- GraphQL Connector - Execute a GraphQL query or mutation from your BPMN process.
- REST Connector - Make a request to a REST API and use the response in the next steps of your process.
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.