Skip to content

Commit be75039

Browse files
committed
add async options for inReplyTo prop
1 parent d78ca47 commit be75039

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

components/gmail/actions/send-email/send-email.mjs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "gmail-send-email",
77
name: "Send Email",
88
description: "Send an email from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/send)",
9-
version: "0.1.6",
9+
version: "0.1.7",
1010
type: "action",
1111
props: {
1212
gmail,
@@ -79,8 +79,11 @@ export default {
7979
inReplyTo: {
8080
propDefinition: [
8181
gmail,
82-
"inReplyTo",
82+
"message",
8383
],
84+
label: "In Reply To",
85+
description: "Specify the `message-id` this email is replying to.",
86+
optional: true,
8487
},
8588
mimeType: {
8689
propDefinition: [

components/gmail/package.json

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

0 commit comments

Comments
 (0)