Skip to content

Latest commit

 

History

History
 
 

slack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SuperAGI logo SuperAGI logo

SuperAGI Slack Toolkit

This SuperAGI Tool lets users send messages to Slack Channels and provides a strong foundation for use cases to come.

Features:

  1. Send Message - This tool gives SuperAGI the ability to send messages to Slack Channels that you have specified

🛠️ Installation

Setting up of SuperAGI:

Set up the SuperAGI by following the instructions given (https://github.com/TransformerOptimus/SuperAGI/blob/main/README.MD)

🔧 Slack Configuration:

  1. Create an Application on SlackAPI Portal

  1. Select "from scratch"

  1. Add your application's name and the workspace for which you'd like to use your Slack Application

  1. Once the app creation process is done, head to the "OAuth and Permissions" tab

  1. Find the “bot token scopes” and define the following scopes:

    "chat:write",  and save it

  1. Once you've defined the scope, install the application to your workspace

  1. Post installation, you will get the bot token code

  1. Once the installation is done, you'll get the Bot User OAuth Token, which needs to be added in the Slack Toolkit Page

Once the configuration is complete, you can install the app in the channel of your choice and create an agent on SuperAGI which can now send messages to the Slack Channel.