actions-marketplace-validations/Post or update slack message
Send new or update a slack message from a bot
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The slack bot token | yes | — |
| channel | Send the message to this channel | yes | — |
| ts | If passed, update matching message instead of posting a new one | no | — |
| threadTs | If passed, add message to thread to the message referenced | no | — |
| text | The message's base text | no | — |
| blocks | Optional array of blocks (JSON.stringify'ed) | no | — |
| attachments | Optional array of attachements (JSON.stringify'ed) | no | — |
| appendText | Append given text to original message (update only) | no | — |
| appendBlocks | Append given blocks to original message (update only) | no | — |
| appendAttachments | Append given attachments to original message (update only) | no | — |
Outputs
| name | description |
|---|---|
| ts | Updated or created message for later reference |