SLACK.CHANNEL.LIST
Premium
Lists all channels within a Slack workspace. This functions takes an optional JSON parameter to define more advanced settings and additional options. Please refer to conversations API for more information about available and supported options (as of 2021-05-17).
Syntax
=SLACK.CHANNEL.LIST([OptionsJSON], [ResponseTarget])
Arguments
Name | Type | Description |
---|---|---|
OptionsJSON (optional) | JSON | A JSON which contains additional options |
ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write any response to |
Return
Type | Description |
---|---|
Boolean,Result,Error | Request result if no target is specified or TRUE. In case of an error the corresponding error-code is returned. |
Examples
A | B | |
---|---|---|
1 | limit | 10 |
Formula | Result | Comment |
---|---|---|
| Requests all available channels and sends server response to inbox | |
| Same as before but limits channels in response |