diff --git a/docs/components/connectors/connectors-start.md b/docs/components/connectors/connectors-start.md deleted file mode 100644 index de257a2921e..00000000000 --- a/docs/components/connectors/connectors-start.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -id: connectors-start -title: Get started with Connectors -description: "Connectors come in type and subtypes that describe their functionality." ---- - -Learn more about Connectors and how to start integrating them into your processes today. - -## Connector types - -Connectors are categorized by the direction data flows into or out of Camunda 8. - -## How to use Connectors - -When using Modeler, you can add and use any of the available [prebuilt Connectors](/components/connectors/out-of-the-box-connectors/available-connectors-overview.md), as well as Connectors provided by Camunda partners and community contributors in the the [Camunda Marketplace](/components/modeler/web-modeler/camunda-marketplace.md). - -All Connectors are available for Camunda 8 SaaS and [Self-Managed](/self-managed/connectors-deployment/install-and-start.md). diff --git a/docs/components/connectors/custom-built-connectors/connector-template-generator.md b/docs/components/connectors/custom-built-connectors/connector-template-generator.md index 09eeaf978fe..a21dd286a37 100644 --- a/docs/components/connectors/custom-built-connectors/connector-template-generator.md +++ b/docs/components/connectors/custom-built-connectors/connector-template-generator.md @@ -1,7 +1,7 @@ --- id: connector-template-generator -title: Generate a Connector template -description: Learn how to generate Connector templates for easier custom Connector creation. +title: Generate a connector template +description: Learn how to generate connector templates for easier custom Connector creation. --- You can configure and automatically generate a custom [Connector template](/components/connectors/custom-built-connectors/connector-templates.md) in Web Modeler. diff --git a/docs/components/connectors/img/Untitled-1.png b/docs/components/connectors/img/Untitled-1.png new file mode 100644 index 00000000000..5a56223bda4 Binary files /dev/null and b/docs/components/connectors/img/Untitled-1.png differ diff --git a/docs/components/connectors/img/connector-openai.png b/docs/components/connectors/img/connector-openai.png new file mode 100644 index 00000000000..37f2ce606d7 Binary files /dev/null and b/docs/components/connectors/img/connector-openai.png differ diff --git a/docs/components/connectors/img/icon-marketplace.png b/docs/components/connectors/img/icon-marketplace.png new file mode 100644 index 00000000000..27c4c4f5582 Binary files /dev/null and b/docs/components/connectors/img/icon-marketplace.png differ diff --git a/docs/components/connectors/introduction.md b/docs/components/connectors/introduction.md index 194dbb38b28..02703e5d34c 100644 --- a/docs/components/connectors/introduction.md +++ b/docs/components/connectors/introduction.md @@ -9,50 +9,86 @@ import "./out-of-the-box-connectors/connectors-table.css"; import IconPlayImg from './img/icon-play.png'; import IconConnectorImg from './img/icon-connectors.png'; import IconConnectorTypesImg from './img/icon-connector-types.png'; -import AmazonEventbridgeImg from "./img/connector-amazon-eventbridge.png"; import IconConnectorSdkImg from './img/icon-connector-sdk.png'; import IconConnectorTemplateImg from './img/icon-connector-template.png'; import IconConnectorCustomImg from './img/icon-connector-custom.png'; import OverviewImg from './img/connector-overview.png'; +import AmazonEventbridgeImg from "./img/connector-amazon-eventbridge.png"; +import OpenaiImg from "./img/connector-openai.png"; +import MarketplaceImg from "./img/icon-marketplace.png"; -
Camunda 8 Connectors are reusable building blocks you can use to easily connect processes to external systems, applications, and data.
+Camunda connectors are reusable building blocks you can use to easily connect processes to external systems, applications, and data.
For example: - Use a [Slack](/components/connectors/out-of-the-box-connectors/slack.md) or [Microsoft Teams](/components/connectors/out-of-the-box-connectors/microsoft-teams.md) Connector to notify people of pending or completed processes in a human task orchestration onboarding flow. -- In microservices orchestration, use a [Kafka](/components/connectors/out-of-the-box-connectors/kafka.md) Connector to add real-time messaging to your automated processes. +- In microservices orchestration, use a [Kafka](/components/connectors/out-of-the-box-connectors/kafka.md) connector to add real-time messaging to your automated processes. Connectors are often configured as a [BPMN process](/components/concepts/processes.md) task, with the required integration parameters already set up for easy configuration. This helps remove the need for you to write custom integration programming code. -## Get started with Connectors +## Get started with connectors -Learn how to start using Connectors in your processes and about the different types of Connector available. +Learn how to start using connectors in your processes and about the different types of connector.Learn how to start using Connectors in your processes.
+ + +Create a connector task and start using connector secrets.
Different types of Connector include Inbound, Outbound, and Protocol.
+ - + -How to create a Connector Task and use secrets.
+Explore our library of prebuilt Camunda connectors.
Learn how to build and deploy your own custom connectors.
+ + + +Create, generate, and manage connector templates.
+ + + +Use the SDK to create your own custom Java connectors.
+ +