mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 14:07:26 +00:00
67 lines
1.8 KiB
Markdown
67 lines
1.8 KiB
Markdown
---
|
|
id: slack
|
|
title: Slack
|
|
---
|
|
|
|
# Slack
|
|
|
|
ToolJet can connect to your Slack workspace to send messages.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|

|
|
|
|
</div>
|
|
|
|
## Connection
|
|
- To add the Slack datasource, click the **Datasource manager** icon on the left-sidebar of the app builder and click on the `Add datasource` button, then select Slack from the modal that pops up.
|
|
|
|
- In the next dialog, you'll be asked to choose the **permission scope**. Choose the permission scope and then click on **Connect to Slack** button.
|
|
|
|
- A new tab will open up asking for authorization confirmation. Once done, you can close the tab.
|
|
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|

|
|
|
|
</div>
|
|
|
|
- Click on the '**Save data source** button to save the data source.
|
|
|
|
|
|
:::note
|
|
The App (which credentials are provided) needs to be installed in the workspace to use the Slack data source, and it needs to be added to the channel where you want to post the message.
|
|
:::
|
|
|
|
## Supported operations
|
|
|
|
1. **List members**
|
|
2. **Send message**
|
|
### List members
|
|
|
|
This operation will return the data of all the members in your slack workspace.
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|

|
|
|
|
</div>
|
|
|
|
### 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.
|
|
|
|
| Property | Description |
|
|
| :--- | :--- |
|
|
| Channel | The channel ID or user ID to post the message to. |
|
|
| Message | The message to post. |
|
|
|
|
<div style={{textAlign: 'center'}}>
|
|
|
|

|
|
|
|
</div>
|
|
|
|
|
|
|