camel-slack-sink-kafka-connector sink configuration

Connector Description: Send messages to a Slack channel.

When using camel-slack-sink-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:

<dependency>
  <groupId>org.apache.camel.kafkaconnector</groupId>
  <artifactId>camel-slack-sink-kafka-connector</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel Kafka connector version -->
</dependency>

To use this sink connector in Kafka connect you’ll need to set the following connector.class

connector.class=org.apache.camel.kafkaconnector.slacksink.CamelSlacksinkSinkConnector

The camel-slack-sink sink connector supports 5 options, which are listed below.

Name Description Default Priority

camel.kamelet.slack-sink.channel

Required The Slack channel to send messages to. Example: #myroom.

HIGH

camel.kamelet.slack-sink.webhookUrl

Required The webhook URL used by the Slack channel to handle incoming messages.

HIGH

camel.kamelet.slack-sink.iconEmoji

Use a Slack emoji as an avatar.

MEDIUM

camel.kamelet.slack-sink.iconUrl

The avatar to use when sending a message to a channel or user.

MEDIUM

camel.kamelet.slack-sink.username

The username for the bot when it sends messages to a channel or user.

MEDIUM

The camel-slack-sink sink connector has no converters out of the box.

The camel-slack-sink sink connector has no transforms out of the box.

The camel-slack-sink sink connector has no aggregation strategies out of the box.