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.
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 Name
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"). |
Updated 27 days ago