Skip to content

API: Slack source connector #666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

API: Slack source connector #666

wants to merge 2 commits into from

Conversation

Paul-Cornell
Copy link
Collaborator

@Paul-Cornell Paul-Cornell commented Jun 18, 2025

@Paul-Cornell Paul-Cornell changed the title [WIP] API: Slack source connector API: Slack source connector Jun 18, 2025
@Paul-Cornell Paul-Cornell requested a review from vannestn June 18, 2025 23:51
@@ -0,0 +1,5 @@
- `<name>` (_required_) - A unique name for this connector.
- `<channel>` (_required_): The ID of the target Slack channel to read messages from.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

grammar--dont want to end sentence with "from"

@@ -0,0 +1,5 @@
- `<name>` (_required_) - A unique name for this connector.
- `<channel>` (_required_): The ID of the target Slack channel to read messages from.
- `<start-date>`: The starting date and time, in ISO 8601 format such as `YYYY-MM-DDTHH:MM:SSZ`, to start reading messages from. Messages that were created earlier than this date and time are ignored. By default, all messages are read unless `<end-date>` is specified.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same grammar notes as PR665 --

Start Date: The date and time, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ), from which to begin reading messages. Messages created before this timestamp will be ignored. By default, all messages are read unless an End Date is specified.

End Date: The date and time, in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ), at which to stop reading messages. Messages created after this timestamp will be ignored. By default, all messages are read unless a Start Date is specified.

Bot Token (required): The access token for the Slack app that has permission to read messages from the target Slack channels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants