Skip to content

Commit 4edfb1e

Browse files
committed
update
1 parent 8e8e294 commit 4edfb1e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "zoho_survey-send-email-invitation",
55
name: "Send Email Invitation",
66
description: "Sends an email invitation with Zoho Survey.",
7-
version: "0.0.3",
7+
version: "0.0.4",
88
type: "action",
99
props: {
1010
zohoSurvey,

components/zoho_survey/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/zoho_survey",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Pipedream Zoho Survey Components",
55
"main": "zoho_survey.app.mjs",
66
"keywords": [
@@ -13,7 +13,7 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@pipedream/platform": "^1.5.1",
16+
"@pipedream/platform": "^3.0.3",
1717
"html-entities-decoder": "^1.0.5"
1818
}
1919
}

components/zoho_survey/sources/new-survey-response/new-survey-response.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "zoho_survey-new-survey-response",
88
name: "New Survey Response (Instant)",
99
description: "Emit new event when a new survey response is received in Zoho Surveys.",
10-
version: "0.0.5",
10+
version: "0.0.6",
1111
type: "source",
1212
dedupe: "unique",
1313
methods: {

components/zoho_survey/zoho_survey.app.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ export default {
171171
}) {
172172
return this._makeRequest({
173173
path: `/portals/${portalId}/departments/${groupId}/surveys/${surveyId}/collectors/metainfo`,
174+
params: {
175+
...args?.params,
176+
status: "open",
177+
fromservice: "pipedream",
178+
},
174179
...args,
175180
});
176181
},

0 commit comments

Comments
 (0)