Skip to content

Commit c4001a8

Browse files
authored
Gmail Invalid thread_id (#15229)
* add async options for inReplyTo prop * pnpm-lock.yaml
1 parent 6a57bb2 commit c4001a8

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
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": [

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)