Skip to content

Commit

Permalink
TW review edits - bullet lists and sentence fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Aug 13, 2024
1 parent 7ee18a4 commit 5b28bf8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/components/connectors/out-of-the-box-connectors/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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`).
Expand Down

0 comments on commit 5b28bf8

Please sign in to comment.