VERSION 10 DOCUMENTATION IS IN PROGRESS. PLEASE VIEW V9 ARTICLES WHILE V10 ARTICLES ARE BEING PUBLISHED.

Slack Bots

Prev Next

Overview

Slack Bots

Settings Location N/A
Prerequisites

Once the Slack Module is added to a project you will be able to configure a Slack Bot inside your project. These slack bots can be used to execute flows by tagging the bot inside of slack. Once configured, you can simple "@" the bot inside of a channel and it will execute the flow and respond based on how its configured.


Configuration of Slack Bot

1. See the Slack Module Overview document for an overview on how to configure a Slack App inside of the Slack Application

2.


Locating Slack Channel ID

The Slack Channel ID can be located in Slack by right clicking the channel > view channel details. In addition the Get Channel List and Get Channel ID by Name steps will also display the Channel ID as outputs. 


Module Steps

Step NameDescription
Archive ChannelChanges a channel's status to Archived meaning that no new messages can be added to it.
Create ChannelAllows a user to create a public or private channel.
Delete Message from ChannelAllows messages to be removed that were posted by the bot within the Slack application.
Get Channel Id by NameRetrieves a Channel ID by inputting the channel name.
Get Channel ListReturns a list of all channels created within the Slack workspace.
Get Messages from ChannelReceives messages from the specified channel.
Get User List in ChannelShows all the users in a particular channel.
Invite to ChannelInvite a Slack user to a channel.
Open Channel with UsersCreate a Channel and invite users at the same time.
Pin Message to ChannelPins a message at the top of a channel, which makes it easier for users to view the message.
Post Message to ChannelSends a message to the specified channel as the integrated application.
Search for Text in ChannelsReviews Channels for specified text.
Unpin Message to ChannelAllows a user to remove a pinned message from a channel.


For further information on Modules, visit the Decisions Forum.