pombredanne/slack-send
Publish a message in a channel or send a JSON payload to the Slack Workflow Builder
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| channel-id | Slack channel ID where message will be posted. Needed if using bot token | no | — |
| slack-message | Message to post into Slack. Needed if using bot token | no | — |
| payload | JSON payload to send to Slack if webhook route. If not supplied, json from GitHub event will be sent instead | no | — |
| payload-file-path | path to JSON payload to send to Slack if webhook route. If not supplied, json from GitHub event will be sent instead. If payload is provided, it will take preference over this field | no | — |
Outputs
| name | description |
|---|---|
| time | The time |
| thread_ts | The timestamp on the message that was posted into Slack when using bot token |