samply-app/SlackBot
This action lets you post messages to Slack. You can use common templates or send raw JSON.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Slack Bot Token | yes | — |
| channel | Channel to send message on. Default #devops | no | — |
| message | Primary message content. Supports emoji (:tada:) | no | — |
| actions | A JSON array representing actions to be displayed { text, url, style } | no | — |
| slack-token | Slack Bot Token | no | — |
| template | Template for the type of message you would like sent | no | none |
| url | Clickable URL | no | — |
| urlText | Call to action for URL | no | — |
| status | Status of job. ( success, failure, cancelled ) Not case-sensitive | no | — |
Outputs
| name | description |
|---|---|
| ok | The "ok" status of the Slack API request |