-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TW review edits - bullet lists and sentence fragments
- Loading branch information
1 parent
7ee18a4
commit 5b28bf8
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,11 +46,11 @@ To create a channel, take the following steps: | |
|
||
1. Set **Method** to `Create Channel`. | ||
2. Set the **New Channel Name**: | ||
1. Channel name can be up to 80 characters and may contain lowercase letters, digits, and symbols `-` and `_`. | ||
2. This can be provided as a FEEL expression. | ||
- The channel name can be up to 80 characters, and can contain lowercase letters, digits, and symbols `-` and `_`. | ||
- This can be provided as a FEEL expression. | ||
3. Set channel **Visibility** as required: | ||
1. **Public** channels are visible to every workspace member. | ||
2. **Private** channels are visible to explicitly invited people only. | ||
- **Public** channels are visible to every workspace member. | ||
- **Private** channels are visible to explicitly invited people only. | ||
|
||
### Invite user to channel | ||
|
||
|
@@ -62,13 +62,13 @@ You need to ensure that your Slack application has related permissions enabled. | |
To invite users to a channel, take the following steps: | ||
|
||
1. Set **Method** to `Invite to Channel`. | ||
2. Set `Invite by` method: | ||
1. Invite by **Channel Name**: | ||
1. Channel name can be up to 80 characters and may contain lowercase letters, digits, and symbols `-` and `_`. | ||
2. This can be provided as a FEEL expression. | ||
2. Invite by **Channel ID**: | ||
1. Channel ID must be a valid slack Channel ID | ||
2. This can be provided as a FEEL expression | ||
2. Set the `Invite by` method: | ||
- Invite by **Channel Name**: | ||
- The channel name can be up to 80 characters, and can contain lowercase letters, digits, and symbols `-` and `_`. | ||
- This can be provided as a FEEL expression. | ||
- Invite by **Channel ID**: | ||
- The channel ID must be a valid slack Channel ID. | ||
- This can be provided as a FEEL expression. | ||
3. Set the **Users** as required: | ||
1. One single user name or email or id (for example: `@myUser` or `[email protected]` or `ABCDEF12345`). | ||
2. A comma separated list of users (for example: `@myUser, [email protected], ABCDEF12345`). | ||
|