UiPath Documentation
activities
latest
false

Classic Integrations activities

Last updated May 20, 2026

Activities

The following table lists the activities that are included in the Slack Activities Package.

ActivityDescription
Slack ScopeEstablishes an authenticated connection between UiPath and a Slack workspace using your app credentials.
Invoke Slack OperationThe Invoke Slack Operation activity allows you to specify any non-admin public Slack API operation and its relevant properties. After invoking the operation, the activity outputs the any properties that you have set as variables and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic).
Invoke Slack Admin OperationThe Invoke Slack Operation activity allows you to specify any public admin Slack API operation and its relevant properties. After invoking the operation, the activity outputs the any properties that you have set as variables and the status of the request (success/failure information) in a ResponseStatus object that you can use in subsequent activities (e.g., conditional logic).
Create ChannelCreates 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.
Invite to ChannelInvites Slack users to an existing channel that you're a member of.
Join ChannelAdds you to an existing channel in a workspace.
Leave ChannelRemoves you from channel that you're currently a member of.
Remove From ChannelRemoves a specific Slack user from an existing channel that you're a member and administrator of.
Download FileDownloads a specified file and saves it to a local destination.
Get MessagesRetrieves the most recent messages from a specified conversation. After the activity retrieves the messages, it returns them in an array of Slack Messagesalong with their properties.
Get RepliesRetrieves the replies associated with a specific message. After the activity retrieves the replies, it returns them in an array of Slack Messages along with their properties.
Send MessageSends a message to a specific channel or direct/group message. After the activity sends the message, it returns the Message object that was sent.
SearchFinds the messages and files that match your search parameters. After the activity performs the search, it returns the matching Message objects and SlackFile objects that you can use as input variables in subsequent activities.
Update StatusUpdates your status and emoji. You have the option to set your status for a specific amount of time.
ReplyReplies to a specific message and returns the Slack Messages object that was created during the reply.

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated