Closed michelle0927 closed 4 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-v2 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 24, 2024 5:55pm |
This pull request includes updates to the version numbers of several components within the Zoho Survey integration. Specifically, the Send Email Invitation
action's version is incremented from 0.0.3
to 0.0.4
, the new-survey-response
source's version is updated from 0.0.5
to 0.0.6
, and the overall package version is increased from 0.1.4
to 0.1.5
. Additionally, the dependency on @pipedream/platform
is upgraded from ^1.5.1
to ^3.0.3
. A modification to the listCollectors
method introduces new parameters for filtering API requests.
File Path | Change Summary |
---|---|
components/zoho_survey/actions/send-email-invitation/send-email-invitation.mjs | Version updated from 0.0.3 to 0.0.4 . No other changes made. |
components/zoho_survey/package.json | Version updated from 0.1.4 to 0.1.5 . Dependency on @pipedream/platform updated from ^1.5.1 to ^3.0.3 . |
components/zoho_survey/sources/new-survey-response/new-survey-response.mjs | Version updated from 0.0.5 to 0.0.6 . No other changes made. |
components/zoho_survey/zoho_survey.app.mjs | listCollectors method updated to include new parameters: status: "open" and fromservice: "pipedream" . |
send-email-invitation
action, directly related to this PR.new-survey-response
action, relevant as it involves changes to the same component structure.send-email-invitation
action.action
🐰 In the garden of code, we hop and play,
With versions updated, we brighten the day!
New params added, our functions refine,
In the world of surveys, all works just fine!
So here’s to the changes, let’s give a cheer,
For the joy of coding, let’s spread the good cheer! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Hi everyone, all test cases are passed! Ready for release!
Test report https://vunguyenhung.notion.site/Zoho-Survey-update-per-their-team-145bf548bb5e81188899e2d25e72725f
Our team is requesting to make changes in the "Send email invitations" action. We are requesting to include the additional query parameter for the below mentioned API used in the "Send email invitations" action. API: (/survey)?/api/v1/private/portals/[0-9]+/departments/[a-zA-Z0-9]+/surveys/[0-9]+/collectors/metainfo Query parameter details:
Summary by CodeRabbit
New Features
listCollectors
method to filter collectors based on their status, now only retrieving "open" collectors.Version Updates
Send Email Invitation
action from0.0.3
to0.0.4
.@pipedream/zoho_survey
component version from0.1.4
to0.1.5
.new-survey-response
source from0.0.5
to0.0.6
.Dependency Updates
@pipedream/platform
from^1.5.1
to^3.0.3
.Style
learnworlds.app.mjs
file for improved formatting.