-
-
Notifications
You must be signed in to change notification settings - Fork 22
Add Slack connector plugin #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Create a connector plugin that indexes Slack channel messages.\n\nDifficulty: Medium\nType: New plugin\n\nThe connector should:\n- Implement
ConnectorPlugininterface\n- Use Slack Web API to list channels and fetch messages\n- Config:{ token, channels?, syncInterval }\n- Include 5+ tests with mocked fetch\n\nReference:plugins/connector-notion/src/index.ts