We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d085d49 commit 61c1fcdCopy full SHA for 61c1fcd
components/slack/actions/send-message-to-channel/send-message-to-channel.mjs
@@ -3,10 +3,10 @@ import constants from "../../common/constants.mjs";
3
4
export default {
5
...common,
6
- key: "slack-send-message-to-channel-DANNY",
7
- name: "DANNY Send Message to Channel",
+ key: "slack-send-message-to-channel",
+ name: "Send Message to Channel",
8
description: "Send a message to a public or private channel. [See the documentation](https://api.slack.com/methods/chat.postMessage)",
9
- version: "0.0.{{ts}}",
+ version: "0.0.4",
10
type: "action",
11
props: {
12
slack: common.props.slack,
0 commit comments