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/gmail/sources/new-attachment-received/new-attachment-received.mjs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,16 @@ export default {
8
8
key: "gmail-new-attachment-received",
9
9
name: "New Attachment Received",
10
10
description: "Emit new event for each attachment in a message received. This source is capped at 100 max new messages per run.",
11
-
version: "0.2.0",
11
+
version: "0.2.1",
12
12
type: "source",
13
13
dedupe: "unique",
14
14
props: {
15
15
gmail,
16
+
info: {
17
+
type: "alert",
18
+
alertType: "info",
19
+
content: "Note: May not emit events for attachments sent via a Gmail alias. [See issue](https://github.com/PipedreamHQ/pipedream/issues/15309) for more information.",
0 commit comments