* docs: jira * docs: formatting + Client Credentials grant type * docs: connection string pgsql * docs: parameterized queries mysql * docs: parameterized queries in PostgreSQL * docs: update mysql example * docs: TJDB sql editor * docs: add metadata to REST API * docs: add, update postgresql media * docs: add metadata to graphql * docs: update parameterized queries * docs: add parameterized queries for mssql * docs: add SSL Cert to mysql * docs: TJDB SQL restricted commands * docs: update JIRA token location * docs: update delete issue example * docs: update find user by query example * docs: remove session id from get assignable users * docs: use correct image for get issues for board * docs: update create issue example * docs: update delete issue media * docs: update assignable users media * docs: update examples * docs: update key desc * docs: v2.68.0-Beta
2.5 KiB
| id | title |
|---|---|
| slack | Slack |
Slack
ToolJet can connect to your Slack workspace to send messages.
Connection
-
To add the Slack datasource, click the Datasource manager icon on the left-sidebar of the app builder and click on the
Add datasourcebutton, 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.
- 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
- List members
- Send message
- List messages from a channel
List members
This operation will return the 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.
| Property | Description |
|---|---|
| Channel | The channel ID or user ID to post the message to. |
| Message | The message to post. |
List messages
This operation will get the messages from a specified channel.
| Property | Description |
|---|---|
| Channel | The channel ID to get the messages from |
| Limit | The maximum number of messages to return. |
| Next Cursor | A cursor value returned by a previous call to list messages. |