jakallergis/Slack Notification Action
Send a notification message via Slack
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| slack-token | Slack app token | yes | — |
| slack-channel | The Slack channel to send the message to | yes | — |
| slack-header | The message header | no | — |
| slack-title | The message title | no | — |
| slack-message | The message you want to send | yes | — |
| slack-message-fields | A JSON string with key-values to display as fields | no | — |
| slack-footer | A string with key-values to display as footer | no | — |
| slack-message-color | The color on the vertical line of the message | no | — |
| slack-message-id | If you want to update a message you need to pass it's id (ts) value | no | — |
| slack-username | Slack Username sending the message | no | — |
| slack-actor | Github username of the person who triggered the action | no | — |
| slack-icon | Slack message Sender icon | no | — |
Outputs
| name | description |
|---|---|
| success | Whether or not the message was sent |
| message_id | The message id that was sent |