-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Zoho Survey - update per their team #14704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis pull request includes updates to the version numbers of several components within the Zoho Survey integration. Specifically, the Changes
Possibly related issues
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @michelle0927 lgtm! Ready for QA!
Hi everyone, all test cases are passed! Ready for release! Test report |
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:
1. status = open
2. fromservice = pipedream
Sample Request URL:
https://survey.zoho.com/survey/api/v1/private/portals/15526765/departments/zVBCpp/survey/3000000266001/collectors/metainfo?status=open&fromservice=pipedream
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.