2 Home
gitea_admin edited this page 2026-03-11 14:40:14 +00:00

Slack Source

Receive messages from a Slack channel.

Metadata

Property Value
Type source
Group Slack
Namespace Social
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
serverUrl string https://slack.com The Slack API server endpoint URL.
channel string The Slack channel to receive messages from.
token string 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.
delay string 60000 The delay between polls. If no unit provided, milliseconds is the default.
naturalOrder boolean false Create exchanges in natural order (oldest to newest) or not.

Dependencies

  • camel:gson
  • camel:slack
  • camel:kamelet