channels:join
and channels:history
.groups:history
.YYYY-MM-DD
YYYY-MM-DDTHH:MM:SS
YYYY-MM-DDTHH:MM:SSZ
YYYY-MM-DD+HH:MM:SS
YYYY-MM-DD-HH:MM:SS
<name>
(required) - A unique name for this connector.<channel>
(required): The ID of the target Slack channel from which to read messages.<start-date>
: The date and time, in ISO 8601 format (such as YYYY-MM-DDTHH:MM:SSZ
), from which to begin reading messages. Messages created before this timestamp are ignored. By default, all messages are read unless an end date is specified.<end-date>
: The date and time, in ISO 8601 format (such as YYYY-MM-DDTHH:MM:SSZ
), at which to stop reading messages. Messages created after this timestamp are ignored. By default, all messages are read unless a start date is specified.<token>
(required): The access token for the Slack app that has permission to read messages from the target Slack channels.