actions-marketplace-validations/Slack Web API client
Provides access to Slack WebAPI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 12, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/stopa323_slack-web-client@f171ff347670a038602290292cc422903b375e8b # no releases — HEAD as of 2026-07-14tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| slackToken | Slack bot user token. | yes | — |
| slackAPIMethod | Name of the Slack web-api method to call | yes | chat.postMessage |
| slackMethodArgs | JSON-formated arguments passed to method | yes | {} |
Outputs
| name | description |
|---|---|
| slackMethodResults | JSON-formated method results |