All Downloads are FREE. Search and download functionalities are using the official Maven repository.

connectors.camel-slack-source-source.json Maven / Gradle / Ivy

{
	"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": "4.8.0",
		"description": "Receive messages from a Slack channel."
	},
	"properties": {
		"camel.kamelet.slack-source.serverUrl": {
			"name": "camel.kamelet.slack-source.serverUrl",
			"description": "The Slack API server endpoint URL. Example: https:\/\/slack.com",
			"defaultValue": "\"https:\/\/slack.com\"",
			"priority": "MEDIUM",
			"required": "false"
		},
		"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, milliseconds is the default. Example: 60s or 6000 or 1m",
			"defaultValue": "\"60000\"",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.slack-source.naturalOrder": {
			"name": "camel.kamelet.slack-source.naturalOrder",
			"description": "Create exchanges in natural order (oldest to newest) or not.",
			"defaultValue": "false",
			"priority": "MEDIUM",
			"required": "false"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy