Overview
The Invite to Channel activity uses the Slack conversations.invite API to invite Slack users (Users) to an existing channel (Channel) that you're a member of.
How it Works
The following steps and message sequence diagram is an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the Slack Scope activity to your project.
- Add the Invite to Channel activity inside the Slack Scope activity.
- Enter values for the Input properties.
- Run the activity.
- Your input property values are sent to the conversations.invite API.


Properties
The values for the following properties are specified when adding this activity to your project in UiPath Studio.


Common
DisplayName
The display name of the activity.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Invite to Channel |
Allowed values | Enter a |
Notes | N/A |
Input
Channel
The channel that you want to invite the specified Users to.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a valid channel name |
*Notes | You must be a member of the channel to invite new members. |
Users
A comma-separated list of the Slack user names that you want to invite to the selected Channel.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | Enter the user names using Slack's username syntax (e.g.,"Jean.Grey,Laura.Croft,Steve.Rogers,Peter.Quill"). |
Misc
Private
If selected, the values of variables and arguments are no longer logged at the Verbose level.
Attributes | Details |
---|---|
Type | Checkbox |
Required | No |
Default value | Not Selected |
Allowed values | Selected or Not Selected |
Notes | N/A |
Example
The following image shows an example of the activity dependency relationship and input/output property values.
For step-by-step instructions and examples, see the Quickstart guides.


Updated 5 months ago