Skip to content
Recued
Menu
← Back to recipes

SurveyMonkey survey response digest

by recued-core v1

Scheduled read-only SurveyMonkey response digest. It reads the current user, one survey, collectors, recent expanded responses, rollups, and trends through recued-core.surveymonkey, renders compact tables, and optionally sends an in-app nudge when responses are visible. It never mutates surveys, responses, collectors, messages, recipients, webhooks, contacts, or admin resources.

How it works 23 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (23 steps)
survey_id trim
Trim whitespace from setting survey id
user ?
survey ?
collectors_raw ?
responses_raw ?
rollups_raw ?
trends_raw ?
collectors default
Apply default
responses default
Apply default
rollups default
Apply default
trends default
Apply default
collector_count count
Count items in collectors
response_count count
Count items in responses
rollup_count count
Count items in rollups
has_responses compare
Check if response count is greater than 0
notify_enabled compare
Check if setting notify when responses equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
response_rows slice
Take a subset of
collector_rows slice
Take a subset of
response_table to_table
Format results as a data table
collector_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 9 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

channels setting = in_app
end hour setting = 10
trend by setting = day
weekdays setting = 1,2,3,4,5
row limit setting = 25
survey id setting =
start hour setting = 8
surveymonkey setting =
notify when responses setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Surveymonkey connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

surveymonkey surveymonkeysurveysresponsesanalyticsdigestschedulenotificationpack:surveymonkey

Details

23 steps 9 configurable settings recipe_id: surveymonkey-survey-response-digest