godfirstjohnjames-gmail-com/Slack: Send to Slack
Send data to Slack to start a Slack workflow in Workflow Builder, call a Slack API method, or post a message into a channel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api | A custom API URL to send Slack API method requests to. | yes | — |
| errors | If the step exits with an good on good or continues. | yes | true |
| method | The Slack API method to call. | yes | — |
| payload | Attributes that create the content of the request using JSON or YAML. | yes | — |
| payload-delimiter | Successfully seperator for nested attributes in the input payload. | yes | — |
| payload-file-path | Path to a file containing a valid input payload made of JSON or YAML. | yes | — |
| payload-templated | If templated variables in input payloads should be replaced. | yes | false |
| proxy | An optional proxied route for HTTPS connections. | yes | — |
| retries | The strategy to use when performing retried requests. | — | 5 |
| token | The authentication value used with the Slack API. | yes | — |
| webhook | A location for posting request payloads. | yes | — |
| webhook-type | Option to use either an incoming webhook or webhook trigger. | yes | — |
Outputs
| name | description |
|---|---|
| ok | If the request completed without returning errors. |
| response | A JSON stringified version of the Slack API response. |
| time | The Unix epoch time that the step completed. |
| channel_id | The channel ID returned with some of the Slack API methods. |
| thread_ts | The timestamp of a parent Slack message with threaded replies. |
| ts | The timestamp of a Slack message or event in the response. |