Skip to content

Commit 387b87b

Browse files
committed
update conversation prop for send-message
1 parent 7f3a3a9 commit 387b87b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/slack/actions/send-message/send-message.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "slack-send-message",
77
name: "Send Message",
88
description: "Send a message to a user, group, private channel or public channel. [See the documentation](https://api.slack.com/methods/chat.postMessage)",
9-
version: "0.0.14",
9+
version: "0.0.15",
1010
type: "action",
1111
props: {
1212
slack: common.props.slack,
@@ -21,7 +21,7 @@ export default {
2121
conversation: {
2222
propDefinition: [
2323
common.props.slack,
24-
"channelId",
24+
"conversation",
2525
(c) => ({
2626
types: c.channelType === "Channels"
2727
? [

components/slack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/slack",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "Pipedream Slack Components",
55
"main": "slack.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)