OCNORA

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

  • Event
    Start a run when SurveyMonkey raises an event — a completed response, a new collector, a changed survey.
    trigger.surveymonkey_event

Operations 24

  • Create Collector
    Open a new way to collect responses to a survey — a weblink, email, SMS or popup collector.
    surveymonkey.create_collector
  • Create Survey
    Create a survey — blank, or prepopulated by copying an existing survey or a SurveyMonkey template.
    surveymonkey.create_survey
  • Create Webhook
    Subscribe 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 Collector
    Delete a collector and every response collected through it.
    surveymonkey.delete_collector
  • Delete Response
    Delete a single response from a survey.
    surveymonkey.delete_response
  • Delete Survey
    Delete a survey together with its collectors and responses; this cannot be undone from the API.
    surveymonkey.delete_survey
  • Delete Webhook
    Delete a webhook subscription so SurveyMonkey stops sending its events.
    surveymonkey.delete_webhook
  • Get Collector
    Read one collector: its type, open or closed status, response limit and the public URL respondents use.
    surveymonkey.get_collector
  • Get Current User
    Read the authorised SurveyMonkey account — its plan, language and the scopes this connection has actually been granted.
    surveymonkey.get_current_user
  • Get Response
    Read one response's metadata — its status, collector, respondent details and timings — without the answers.
    surveymonkey.get_response
  • Get Response With Answers
    Read one response expanded to every page, question and answer — the node to follow a response_completed webhook with.
    surveymonkey.get_response_details
  • Get Survey
    Read 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 Details
    Read 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 Rollups
    Read the per-question answer counts for a survey, optionally limited to certain collectors, response statuses or date ranges.
    surveymonkey.get_survey_rollups
  • Get Webhook
    Read one webhook subscription: its event, filter and target URL.
    surveymonkey.get_webhook
  • List Collectors
    List the collectors on a survey — the weblink, email, SMS and popup ways it is being distributed.
    surveymonkey.list_collectors
  • List Responses
    List the responses to a survey or a single collector as ids and metadata, without the answers.
    surveymonkey.list_responses
  • List Responses With Answers
    List 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 Surveys
    List the surveys this account owns or has been shared with, optionally filtered by title, folder or last-modified window.
    surveymonkey.list_surveys
  • List Webhooks
    List the webhook subscriptions on this account, optionally for one event type only.
    surveymonkey.list_webhooks
  • Search Surveys
    Search the account's surveys by title or nickname, with optional response count and date-range filters.
    surveymonkey.search_surveys
  • Update Collector
    Rename a collector, or open and close it to stop taking responses.
    surveymonkey.update_collector
  • Update Survey
    Change an existing survey's title, nickname or language.
    surveymonkey.update_survey
  • Update Webhook
    Change a webhook's name, target URL, event or object filter without recreating the subscription.
    surveymonkey.update_webhook

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.