Slack
ToolJet supports integration with your Slack workspace, enabling you to automate and interact with Slack directly from your applications. By connecting Slack as a datasource, you can perform operations such as sending messages to channels, retrieving message history, and more.
Connection
ToolJet offers two ways to connect with Slack:
- Custom Slack App: Offers full control over permissions, OAuth scopes, and configuration.
- ToolJet Slack App: Provides a quick setup where you just need to authorize it with your Slack workspace, and no need to manually configure OAuth scopes. This option is available only in ToolJet Cloud.
Custom Slack App
- Add a new Slack data source in ToolJet.
- Select Custom slack app from the dropdown and copy the Redirect URL displayed at the bottom.
- Visit the Slack API dashboard and click on Create New App button.
- Select From scratch in the modal, enter the App Name, and choose your workspace from the dropdown.
- Click Create App. You will be redirected to the App Credentials page where you can find the Client ID, Client Secret, and other credentials.
- From the left navigation bar, go to the OAuth & Permissions tab and add the Redirect URL you copied from ToolJet under Redirect URLs. Click Save URLs.
- In the same tab, scroll down to Scopes and add the necessary OAuth scopes, including the mandatory scopes required by ToolJet (as mentioned on the Slack Data Source configuration page).
- Return to the ToolJet Slack Data Source configuration page and enter the Client ID and Client Secret obtained in step 5.
- Click Connect to Slack. You will be redirected to Slack to authorize the app for your workspace.
- After authorization, click Save data source in ToolJet. This will add a new Slack bot to your workspace.
- Optionally, customize the bot’s profile (icon, name, description, etc.) from the Slack API page.
After successful configuration, a new bot will appear in your Slack workspace. You can add this bot to different channels to perform operations from ToolJet.

ToolJet Slack App
You can use the ToolJet Slack App to quickly set up and test Slack integration. This is available only in ToolJet Cloud.
- Add a new Slack Data Source in ToolJet.
- Select ToolJet Slack App from the dropdown and copy the Redirect URI displayed at the bottom.
- Click Connect to Slack.
- You will be redirected to Slack to authorize the app and add the Redirect URL automatically.
- After authorization, click Save data source in ToolJet. This will add a new Slack bot to your workspace.
Querying Slack
- Create a new query from the query panel at the bottom.
- Select the Slack datasource.
- Select the desired operation.
- Click on the Preview button to preview the output or Click on the Run button to create and trigger the query.

Supported Operations
List Members
This operation will return the list and data of all the members in your slack workspace.

Send Message
This operation will send/post the message to a specified channel or posting to direct messages (also known as DMs or IMs) in your slack workspace.
Required Parameters
- Channel
- Message

List Messages
This operation will get the messages from a specified channel.
Required Parameters
- Channel
Optional Parameters
- Limit
- Next Cursor
