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
description: "Emit new event when a new email is received.",
15
17
type: "source",
16
-
version: "0.1.0",
18
+
version: "0.1.1",
17
19
dedupe: "unique",
18
20
props: {
19
21
gmail,
@@ -25,7 +27,8 @@ export default {
25
27
"webhook",
26
28
"polling",
27
29
],
28
-
description: "Configuring this trigger as a `webhook` requires a Custom OAuth client, which is available on Pipedream's [Advanced plan or higher](https://pipedream.com/pricing?plan=Advanced). Refer to the getting started guide [here](https://pipedream.com/apps/gmail/triggers/new-email-received#getting-started).",
30
+
description:
31
+
"Configuring this source as a `webhook` (instant) trigger requires a custom OAuth client. [Refer to the guide here to get started](https://pipedream.com/apps/gmail/triggers/new-email-received#getting-started).",
29
32
reloadProps: true,
30
33
},
31
34
serviceAccountKeyJson: {
@@ -48,7 +51,8 @@ export default {
48
51
topicType: {
49
52
type: "string",
50
53
label: "Pub/Sub Topic",
51
-
description: "Do you have an existing Pub/Sub topic, or would you like to create a new one?",
54
+
description:
55
+
"Do you have an existing Pub/Sub topic, or would you like to create a new one?",
52
56
options: [
53
57
"existing",
54
58
"new",
@@ -93,7 +97,8 @@ export default {
93
97
latencyWarningAlert: {
94
98
type: "alert",
95
99
alertType: "warning",
96
-
content: "Please allow up to 1 minute for deployment. We're setting up your real-time email notifications behind the scenes.",
100
+
content:
101
+
"Please allow up to 1 minute for deployment. We're setting up your real-time email notifications behind the scenes.",
97
102
hidden: true,
98
103
},
99
104
},
@@ -111,7 +116,9 @@ export default {
111
116
// verify that a Custom OAuth client is being used
112
117
constisValidClientId=awaitthis.checkClientId();
113
118
if(!isValidClientId){
114
-
thrownewConfigurationError("You must use a custom OAuth client to use this component. Please see [here](https://pipedream.com/docs/connected-accounts/oauth-clients) for more details.");
119
+
thrownewConfigurationError(
120
+
"Configuring this source as a `webhook` (instant) trigger requires a custom OAuth client. [Refer to the guide here to get started](https://pipedream.com/apps/gmail/triggers/new-email-received#getting-started).",
0 commit comments