Skip to content
Recued
Menu
← Back to recipes

Jotform intake submission digest

by recued-core v1

Scheduled read-only Jotform intake digest. It reads the current account, one form, recent submissions, reports, and account usage through recued-core.jotform, renders compact review tables, and optionally sends an in-app nudge when submissions are visible. It never creates, updates, deletes, clones, downloads files, mutates webhooks, changes account settings, or calls arbitrary Jotform endpoints.

How it works 19 steps

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

Process (19 steps)
form_id trim
Trim whitespace from setting form id
user ?
form ?
submissions_raw ?
reports_raw ?
usage ?
submissions default
Apply default
reports default
Apply default
submission_count count
Count items in submissions
report_count count
Count items in reports
has_submissions compare
Check if submission count is greater than 0
notify_enabled compare
Check if setting notify when submissions equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
submission_rows slice
Take a subset of
report_rows slice
Take a subset of
submission_table to_table
Format results as a data table
report_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

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

form id setting =
jotform setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
notify when submissions 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 Jotform connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

jotform jotformformsintakesubmissionsdigestschedulenotificationpack:jotform

Details

19 steps 8 configurable settings recipe_id: jotform-intake-submission-digest