"camel.kamelet.slack-source.channel"
"The Slack channel to receive messages from. Example: #myroom"
"camel.kamelet.slack-source.delay"
"60000"
"The delay between polls. If no unit provided, milliseconds is the default. Example: 60s or 6000 or 1m"
"camel.kamelet.slack-source.naturalOrder"
"Create exchanges in natural order (oldest to newest) or not."
"camel.kamelet.slack-source.serverUrl"
"https://slack.com"
"The Slack API server endpoint URL. Example: https://slack.com"
"camel.kamelet.slack-source.token"
"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`."