JoinMultipleChannels
Joins the existing muliple channels.
Stored Procedure Specific Information
Slack allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.
For example:
EXECUTE JoinMultipleChannels
You can also specify the comma-separated names of the channels to join.
For example:
EXECUTE JoinMultipleChannels Channels = 'test*, *Slack*'
Input
Name | Type | Description |
Channels | String | The comma-separated names of the channels to join. If not provided, by default, the user will join all the channels in which he has not yet joined. |
Result Set Columns
Name | Type | Description |
Success | String | The result of the procedure. |