Skip to content
Recued
Menu
← Back to recipes

Adobe Sign agreement status digest

by recued-core v1

Scheduled read-only Adobe Sign agreement digest. It reads tenant base URI context, current user context, agreements, library documents, and workflows through recued-core.adobe-sign, renders compact review tables, and optionally sends an in-app nudge when matching agreements are visible. It never creates agreements, sends reminders, cancels, updates notes, uploads transient documents, downloads binaries, opens signing or authoring URLs, mutates users/groups/templates, starts bulk sends, or calls arbitrary Adobe Sign endpoints.

How it works 18 steps

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

Process (18 steps)
base_uri ?
user_info ?
agreements_raw ?
library_documents_raw ?
workflows_raw ?
agreements default
Apply default
library_documents default
Apply default
workflows default
Apply default
agreement_count count
Count items in agreements
library_count count
Count items in library documents
workflow_count count
Count items in workflows
has_matches compare
Check if agreement 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
agreement_rows slice
Take a subset of
agreement_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 =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 20
adobe sign setting =
start hour setting = 8
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 Adobe-sign connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

adobe-sign adobe-signacrobat-signesignatureagreementsstatusdigestnotificationpack:adobe-sign

Details

18 steps 8 configurable settings recipe_id: adobe-sign-agreement-status-digest