agglayer/Slack Notification
Send rich formatted messages to any Slack channel using a Slack bot
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slack-bot-token | Slack Bot Token (xoxb-...) for authenticating with the Slack API | yes | — |
| channel-id | Slack channel ID (e.g., C1234567890) where the message should be sent | yes | — |
| message | Message content to send. Supports Slack markdown formatting | yes | — |
| thread-ts | Optional timestamp of the parent message to reply in thread | no | — |
| unfurl-links | Whether to unfurl links in the message (true/false, defaults to true) | no | true |
| unfurl-media | Whether to unfurl media in the message (true/false, defaults to true) | no | true |
Outputs
| name | description |
|---|---|
| message-ts | Timestamp of the sent message |
| channel | Channel where the message was sent |
| permalink | Permalink to the sent message |