stopa323/Slack Web API client
Provides access to Slack WebAPI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 |