The following table lists the activities that are included in the Slack Activities Package.
Activity | Description |
---|---|
Establishes an authenticated connection between UiPath and a Slack workspace using your app credentials. | |
Creates a new channel in your worskpace. This activity automatically validates and modifies the channel name if it doesn't meet Slack's name criteria; you can turn this feature off and get an error response instead. | |
Invites Slack users to an existing channel that you're a member of. | |
Adds you to an existing channel in a workspace. | |
Removes you from channel that you're currently a member of. | |
Removes a specific Slack user from an existing channel that you're a member and administrator of. | |
Downloads a specified file and saves it to a local destination. | |
Retrieves the most recent messages from a specified conversation. After the activity retrieves the messages, it returns them in an array of Slack | |
Retrieves the replies associated with a specific message. After the activity retrieves the replies, it returns them in an array of Slack | |
Sends a message to a specific channel or direct/group message. After the activity sends the message, it returns the | |
Finds the messages and files that match your search parameters. After the activity performs the search, it returns the matching | |
Updates your status and emoji. You have the option to set your status for a specific amount of time. | |
Replies to a specific message and returns the Slack |
Updated about a year ago