fullstackhouse/Slack Notify
Send a richly-formatted Slack notification from a GitHub Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bot-token | Slack bot token (xoxb-…). Mutually exclusive with webhook-url. | no | — |
| webhook-url | Slack incoming webhook URL. Mutually exclusive with bot-token. | no | — |
| channel | Slack channel (e.g. "#fsh-alerts"). Required when using bot-token; ignored for webhook-url. | no | — |
| title | Notification title (shown as a header block). | yes | — |
| message | Notification body (mrkdwn). | yes | — |
| status | One of "success", "failure", "info" (default). Controls header emoji. | no | info |
| fields | Optional JSON array of extra Slack field objects (e.g. `[{"type":"mrkdwn","text":"*Region:*\nEU"}]`). Rendered after the default Repository/Branch fields. | no | "" |
Outputs
no outputs