blob: 6248f5055666c0167c6ba060b376a6a6766822a3 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.slacksource.CamelSlacksourceSourceConnector",
"artifactId": "camel-slack-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-slack-source-source",
"type": "source",
"version": "3.19.0-SNAPSHOT",
"description": "Receive messages from a Slack channel."
},
"properties": {
"camel.kamelet.slack-source.channel": {
"name": "camel.kamelet.slack-source.channel",
"description": "The Slack channel to receive messages from. Example: #myroom",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.slack-source.token": {
"name": "camel.kamelet.slack-source.token",
"description": "The Bot User OAuth Access Token to access Slack. A Slack app that has the following permissions is required: `channels:history`, `groups:history`, `im:history`, `mpim:history`, `channels:read`, `groups:read`, `im:read`, and `mpim:read`.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.slack-source.delay": {
"name": "camel.kamelet.slack-source.delay",
"description": "The delay between polls. If no unit provided, miliseconds is the default. Example: 60s or 6000 or 1m",
"priority": "MEDIUM",
"required": "false"
}
}
}