@activepieces/piece-gmail 0.12.9 → 0.12.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-gmail",
3
- "version": "0.12.9",
3
+ "version": "0.12.10",
4
4
  "main": "./src/index.js",
5
5
  "dependencies": {},
6
6
  "files": [
@@ -6,6 +6,24 @@
6
6
  "Create Draft Reply": "Create Draft Reply",
7
7
  "Get Email": "Get Email",
8
8
  "Find Email": "Find Email",
9
+ "Reply to Thread": "Reply to Thread",
10
+ "Get Message": "Get Message",
11
+ "Search Email": "Search Email",
12
+ "Get Thread": "Get Thread",
13
+ "Create Draft": "Create Draft",
14
+ "Update Draft": "Update Draft",
15
+ "Send Draft": "Send Draft",
16
+ "Get Draft": "Get Draft",
17
+ "List Drafts": "List Drafts",
18
+ "Delete Draft": "Delete Draft",
19
+ "List Threads": "List Threads",
20
+ "Get Attachment": "Get Attachment",
21
+ "Forward Message": "Forward Message",
22
+ "List Labels": "List Labels",
23
+ "Get Label": "Get Label",
24
+ "Get Profile": "Get Profile",
25
+ "List History": "List History",
26
+ "Stop Watch": "Stop Watch",
9
27
  "Custom API Call": "Custom API Call",
10
28
  "Send an email through a Gmail account": "Send an email through a Gmail account",
11
29
  "Send approval request email and then wait until the email is approved or disapproved": "Send approval request email and then wait until the email is approved or disapproved",
@@ -13,6 +31,24 @@
13
31
  "Creates a draft reply to an existing email.": "Creates a draft reply to an existing email.",
14
32
  "Get an email via Id.": "Get an email via Id.",
15
33
  "Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.": "Find emails using advanced search criteria. If no filters are provided, the latest emails are returned.",
34
+ "Reply to an existing email thread.": "Reply to an existing email thread.",
35
+ "Get a single email message by its ID.": "Get a single email message by its ID.",
36
+ "Search emails using advanced criteria. If no filters are provided, the latest emails are returned.": "Search emails using advanced criteria. If no filters are provided, the latest emails are returned.",
37
+ "Get a thread from your Gmail account via Id": "Get a thread from your Gmail account via Id",
38
+ "Create a new draft email (optionally inside an existing thread).": "Create a new draft email (optionally inside an existing thread).",
39
+ "Replace the content of an existing draft email.": "Replace the content of an existing draft email.",
40
+ "Send an existing draft email by its ID.": "Send an existing draft email by its ID.",
41
+ "Get a single draft email by its ID.": "Get a single draft email by its ID.",
42
+ "List draft emails in the mailbox.": "List draft emails in the mailbox.",
43
+ "Permanently delete a draft email by its ID.": "Permanently delete a draft email by its ID.",
44
+ "List email conversation threads in the mailbox.": "List email conversation threads in the mailbox.",
45
+ "Download an email attachment by message ID and attachment ID.": "Download an email attachment by message ID and attachment ID.",
46
+ "Forward an existing email to new recipients.": "Forward an existing email to new recipients.",
47
+ "List all labels in the mailbox.": "List all labels in the mailbox.",
48
+ "Get a single label by its ID, including message and thread counts.": "Get a single label by its ID, including message and thread counts.",
49
+ "Get the connected mailbox profile.": "Get the connected mailbox profile.",
50
+ "List mailbox changes since a given history ID.": "List mailbox changes since a given history ID.",
51
+ "Stop push notifications on the mailbox.": "Stop push notifications on the mailbox.",
16
52
  "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
17
53
  "Receiver Email (To)": "Receiver Email (To)",
18
54
  "CC Email": "CC Email",
@@ -45,6 +81,17 @@
45
81
  "Before Date": "Before Date",
46
82
  "Include Spam & Trash": "Include Spam & Trash",
47
83
  "Max Results": "Max Results",
84
+ "Thread ID": "Thread ID",
85
+ "Format": "Format",
86
+ "Draft ID": "Draft ID",
87
+ "Search Query": "Search Query",
88
+ "Label IDs": "Label IDs",
89
+ "Attachment ID": "Attachment ID",
90
+ "File Name": "File Name",
91
+ "Note": "Note",
92
+ "Label ID": "Label ID",
93
+ "Start History ID": "Start History ID",
94
+ "History Types": "History Types",
48
95
  "Method": "Method",
49
96
  "Headers": "Headers",
50
97
  "Query Parameters": "Query Parameters",
@@ -83,6 +130,33 @@
83
130
  "Find emails sent before this date": "Find emails sent before this date",
84
131
  "Include emails from Spam and Trash folders in search results": "Include emails from Spam and Trash folders in search results",
85
132
  "Maximum number of emails to return (1-500)": "Maximum number of emails to return (1-500)",
133
+ "The thread Id of the mail to read": "The thread Id of the mail to read",
134
+ "Format of the mail": "Format of the mail",
135
+ "Body for the draft email.": "Body for the draft email.",
136
+ "The address must be listed in your Gmail account's settings.": "The address must be listed in your Gmail account's settings.",
137
+ "Optional thread ID to attach this draft to an existing conversation (obtain from Search Email or Get Thread).": "Optional thread ID to attach this draft to an existing conversation (obtain from Search Email or Get Thread).",
138
+ "The ID of the draft to update (obtain from List Drafts).": "The ID of the draft to update (obtain from List Drafts).",
139
+ "New body for the draft email.": "New body for the draft email.",
140
+ "Optional thread ID to keep this draft attached to a conversation (obtain from Search Email or Get Thread).": "Optional thread ID to keep this draft attached to a conversation (obtain from Search Email or Get Thread).",
141
+ "The ID of the draft to send (obtain from List Drafts).": "The ID of the draft to send (obtain from List Drafts).",
142
+ "The ID of the draft to read (obtain from List Drafts).": "The ID of the draft to read (obtain from List Drafts).",
143
+ "Optional Gmail search query to filter drafts (e.g. \"subject:invoice\").": "Optional Gmail search query to filter drafts (e.g. \"subject:invoice\").",
144
+ "Maximum number of drafts to return (1-500).": "Maximum number of drafts to return (1-500).",
145
+ "The ID of the draft to delete (obtain from List Drafts).": "The ID of the draft to delete (obtain from List Drafts).",
146
+ "Optional Gmail search query to filter threads (e.g. \"from:boss@example.com is:unread\").": "Optional Gmail search query to filter threads (e.g. \"from:boss@example.com is:unread\").",
147
+ "Optional list of label IDs to filter by (resolve via List Labels; system labels like INBOX, UNREAD are valid).": "Optional list of label IDs to filter by (resolve via List Labels; system labels like INBOX, UNREAD are valid).",
148
+ "Include threads from Spam and Trash in the results.": "Include threads from Spam and Trash in the results.",
149
+ "Maximum number of threads to return (1-500).": "Maximum number of threads to return (1-500).",
150
+ "The Gmail message ID the attachment belongs to (obtain from Search Email or Get Message).": "The Gmail message ID the attachment belongs to (obtain from Search Email or Get Message).",
151
+ "The raw Gmail attachment ID, taken from the message payload parts (parts[].body.attachmentId of a full-format message). Note: Get Message returns attachment content directly, so this field is only needed for the raw-ID fetch path.": "The raw Gmail attachment ID, taken from the message payload parts (parts[].body.attachmentId of a full-format message). Note: Get Message returns attachment content directly, so this field is only needed for the raw-ID fetch path.",
152
+ "Optional name to give the downloaded file.": "Optional name to give the downloaded file.",
153
+ "The Gmail message ID to forward (obtain from Search Email or Get Message).": "The Gmail message ID to forward (obtain from Search Email or Get Message).",
154
+ "One or more recipients to forward the email to.": "One or more recipients to forward the email to.",
155
+ "Optional message to add above the forwarded content.": "Optional message to add above the forwarded content.",
156
+ "The ID of the label to read (obtain from List Labels).": "The ID of the label to read (obtain from List Labels).",
157
+ "Return changes after this history ID (obtain from Get Profile or a previous history result).": "Return changes after this history ID (obtain from Get Profile or a previous history result).",
158
+ "Limit results to these change types (leave empty for all).": "Limit results to these change types (leave empty for all).",
159
+ "Maximum number of history records to return (1-500).": "Maximum number of history records to return (1-500).",
86
160
  "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
87
161
  "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
88
162
  "plain text": "plain text",
@@ -98,6 +172,14 @@
98
172
  "Forums": "Forums",
99
173
  "Reservations": "Reservations",
100
174
  "Purchases": "Purchases",
175
+ "Minimal": "Minimal",
176
+ "Full": "Full",
177
+ "Raw": "Raw",
178
+ "Metadata": "Metadata",
179
+ "Message Added": "Message Added",
180
+ "Message Deleted": "Message Deleted",
181
+ "Label Added": "Label Added",
182
+ "Label Removed": "Label Removed",
101
183
  "GET": "GET",
102
184
  "POST": "POST",
103
185
  "PATCH": "PATCH",
@@ -107,7 +189,6 @@
107
189
  "None": "None",
108
190
  "JSON": "JSON",
109
191
  "Form Data": "Form Data",
110
- "Raw": "Raw",
111
192
  "New Email": "New Email",
112
193
  "New Labeled Email": "New Labeled Email",
113
194
  "New Attachment": "New Attachment",