Skip to content

Commit 39bc74a

Browse files
committed
updates
1 parent 44af5e6 commit 39bc74a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/gmail/actions/approve-workflow/approve-workflow.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default {
2525
gmail,
2626
"body",
2727
],
28+
description: "Include an email body to send. Supports HTML",
2829
optional: true,
2930
},
3031
bodyType: {
@@ -33,7 +34,7 @@ export default {
3334
"bodyType",
3435
],
3536
hidden: true,
36-
default: "plaintext",
37+
default: "html",
3738
},
3839
},
3940
async run({ $ }) {

0 commit comments

Comments
 (0)