Skip to content
Recued
Menu
← Back to recipes

Dropbox Sign request status digest

by recued-core v1

Scheduled read-only Dropbox Sign status digest. It lists a bounded page of signature requests, templates, and bulk-send jobs through recued-core.dropbox-sign, renders compact review tables, and optionally sends an in-app nudge when matching requests are visible. It never sends, cancels, updates signers, creates templates, downloads files, changes teams, or calls arbitrary Dropbox Sign endpoints.

How it works 17 steps

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

Process (17 steps)
account_info ?
requests_raw ?
templates_raw ?
bulk_jobs_raw ?
requests default
Apply default
templates default
Apply default
bulk_jobs default
Apply default
request_count count
Count items in requests
template_count count
Count items in templates
bulk_job_count count
Count items in bulk jobs
has_matches compare
Check if request count is greater than 0
notify_enabled compare
Check if setting notify when matches equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
request_rows slice
Take a subset of
request_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.

query setting = complete:false
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 20
start hour setting = 8
dropbox sign setting =
notify when matches 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 Dropbox-sign connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

dropbox-sign dropbox-signesignaturesignature-requestscontractsstatusdigestnotificationpack:dropbox-sign

Details

17 steps 8 configurable settings recipe_id: dropbox-sign-request-status-digest