SurveyMonkey
Business appsOAuth 2.0credential probe
Read surveys and responses, manage collectors and webhooks (API v3).
OCNORA ships 24 typed SurveyMonkey operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.surveymonkey.com/v3 through the HTTP node with the same credential.
Triggers 1
- EventStart a run when SurveyMonkey raises an event — a completed response, a new collector, a changed survey.trigger.surveymonkey_event
Operations 24
- Create CollectorOpen a new way to collect responses to a survey — a weblink, email, SMS or popup collector.surveymonkey.create_collector
- Create SurveyCreate a survey — blank, or prepopulated by copying an existing survey or a SurveyMonkey template.surveymonkey.create_survey
- Create WebhookSubscribe a URL to a SurveyMonkey event so a workflow starts whenever a response is completed, a collector changes or a survey is edited.surveymonkey.create_webhook
- Delete CollectorDelete a collector and every response collected through it.surveymonkey.delete_collector
- Delete ResponseDelete a single response from a survey.surveymonkey.delete_response
- Delete SurveyDelete a survey together with its collectors and responses; this cannot be undone from the API.surveymonkey.delete_survey
- Delete WebhookDelete a webhook subscription so SurveyMonkey stops sending its events.surveymonkey.delete_webhook
- Get CollectorRead one collector: its type, open or closed status, response limit and the public URL respondents use.surveymonkey.get_collector
- Get Current UserRead the authorised SurveyMonkey account — its plan, language and the scopes this connection has actually been granted.surveymonkey.get_current_user
- Get ResponseRead one response's metadata — its status, collector, respondent details and timings — without the answers.surveymonkey.get_response
- Get Response With AnswersRead one response expanded to every page, question and answer — the node to follow a response_completed webhook with.surveymonkey.get_response_details
- Get SurveyRead one survey's own record — title, language, counts and the analyze, collect and preview URLs — without its pages and questions.surveymonkey.get_survey
- Get Survey DetailsRead the expanded survey: every page, every question and every answer choice with its id — what response ids have to be matched against.surveymonkey.get_survey_details
- Get Survey RollupsRead the per-question answer counts for a survey, optionally limited to certain collectors, response statuses or date ranges.surveymonkey.get_survey_rollups
- Get WebhookRead one webhook subscription: its event, filter and target URL.surveymonkey.get_webhook
- List CollectorsList the collectors on a survey — the weblink, email, SMS and popup ways it is being distributed.surveymonkey.list_collectors
- List ResponsesList the responses to a survey or a single collector as ids and metadata, without the answers.surveymonkey.list_responses
- List Responses With AnswersList responses to a survey or collector with every answer expanded, filtered by status, collector, respondent email or created and modified windows.surveymonkey.list_responses_bulk
- List SurveysList the surveys this account owns or has been shared with, optionally filtered by title, folder or last-modified window.surveymonkey.list_surveys
- List WebhooksList the webhook subscriptions on this account, optionally for one event type only.surveymonkey.list_webhooks
- Search SurveysSearch the account's surveys by title or nickname, with optional response count and date-range filters.surveymonkey.search_surveys
- Update CollectorRename a collector, or open and close it to stop taking responses.surveymonkey.update_collector
- Update SurveyChange an existing survey's title, nickname or language.surveymonkey.update_survey
- Update WebhookChange a webhook's name, target URL, event or object filter without recreating the subscription.surveymonkey.update_webhook
More in Business apps
Run your first SurveyMonkey workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.