skarlso/Slack notification action
A simple Slack notification action which runs using a bot token.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The slack bot token. | yes | "" |
| message | The message to send | yes | "" |
| channel | The channel ID to send the message to | yes | "" |
| timestamp | The timestamp of the previous message | no | "" |
| thread_ts | This is the thread timestamp. If set, the action will reply in thread of the previous message | no | "" |
Outputs
| name | description |
|---|---|
| timestamp | The timestamp at which the message was posted. This is used to update or to reply to a message in thread |
| channel | The ID of the channel this message was posted to. |