A Slack tool plugin for posting messages to channels or threads, with mrkdwn formatting.
Read this in other languages: 日本語, 简体中文, Português.
Author: solaoi
Version: 0.0.2
Type: tool
A Slack tool plugin for posting messages to channels or threads, with mrkdwn formatting.

To install this plugin, specify the following GitHub repository when selecting "Install Plugin":
https://github.com/solaoi/dify-plugin-slack-post
https://github.com/langgenius/dify-official-plugins/blob/main/extensions/slack_bot/README.md

| Input Variable | Description |
|---|---|
| channel_id | Slack channel ID |
| content | Content to be sent to the channel |

| Input Variable | Description |
|---|---|
| thread_ts | Slack thread TS |
| channel_id | Slack channel ID |
| content | Content to be sent to the thread |

| Input Variable | Description |
|---|---|
| channel_id | Slack channel ID |
| icon_name | Name of the emoji to add |
| timestamp | Timestamp of the Slack message |
By using the following extension plugin, you can easily retrieve the parameters needed for posting (channel ID and thread TS):