Slack
Slack integration on indie.money — send messages, manage channels, and team communication
Written By pvdyck
Last updated About 5 hours ago
Slack
⬜ Community — Available, not yet validated
Overview
Slack is a team communication platform. Use this node to send messages, manage channels, upload files, react to messages, and look up users.
Authentication
OAuth 2.0 or API Key (Bot Token) via Secure Vault. Add your Slack credentials in the credential configuration modal.
Resources & Operations
Key parameters:
- Channel — channel name or ID for message and channel operations
- Text — message content (supports Slack markdown / mrkdwn)
- Blocks — rich message layouts using Block Kit JSON
- Thread TS — timestamp to reply in a thread instead of the channel
- As User — post as the authenticated user instead of the bot
Tips
- Your Slack app must have the required OAuth scopes for each operation (e.g.,
chat:write,channels:read). - Use Blocks for rich formatting with buttons, sections, and images.
- Set Thread TS to post threaded replies instead of new messages.
Status
This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.