You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/frontapp/actions/reply-to-conversation/reply-to-conversation.mjs
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ export default {
5
5
key: "frontapp-reply-to-conversation",
6
6
name: "Reply To Conversation",
7
7
description: "Reply to a conversation by sending a message and appending it to the conversation. [See the documentation](https://dev.frontapp.com/reference/post_conversations-conversation-id-messages).",
8
-
version: "0.0.5",
8
+
version: "0.0.6",
9
9
type: "action",
10
10
props: {
11
11
frontApp,
@@ -60,6 +60,12 @@ export default {
60
60
"attachments",
61
61
],
62
62
},
63
+
quoteBody: {
64
+
type: "string",
65
+
label: "Quote Body",
66
+
description: "Body for the quote that the message is referencing. Only available on email channels.",
0 commit comments