actions-marketplace-validations/SlackBot postMessage
Send Slack Messages by 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 OAuth token for the Slack Bot making the request | yes | — |
| request | The JSON payload to send Slack. See https://api.slack.com/methods/chat.postMessage | yes | — |
Outputs
| name | description |
|---|---|
| status | The HTTP Status Code from chat.postMessage |
| response | The response from Slack |