Skip to content
Recued
Menu
← Back to recipes

DocuSign envelope evidence brief

by recued-core v1

Read-only evidence brief for one DocuSign envelope. It reads envelope metadata, recipients, document metadata, audit events, and captured form data, then renders tables for review. It never downloads document binaries, signature images, or recipient ceremony URLs and does not mutate the envelope.

Complete workflow

Workflow pack for Recued-sent DocuSign template envelopes. It composes the DocuSign capability pack with a closure ledger: send one template envelope through the existing DocuSign approval gate, persist only the envelope/template/account linkage in data.shared, and let a scheduled watcher re-read that exact envelope until DocuSign reports completed, declined, voided, deleted, or expired. This pack does not duplicate DocuSign reminders, expiration settings, recipient notifications, Connect/webhook administration, or general envelope status dashboards; it adds Recued-visible closure state for envelopes Recued sent.

You are viewing one recipe in this workflow. Installing it opens the complete pack so its other recipes and background automations arrive together.

Read-only evidence brief for one DocuSign envelope. It reads envelope metadata, recipients, document metadata, audit events, and captured form data, then renders tables for review. It never downloads document binaries, signature images, or recipient ceremony URLs and does not mutate the envelope.

docusignesignatureenvelopeaudit
by recued-core pinned v1

Workflow origin for the DocuSign envelope closure loop. It reads one template and its recipient roles for context, creates either a draft or sent envelope through recued-core.docusign.envelope.create_from_template, and when the owner sends an envelope it seeds durable data.shared closure state for docusign-envelope-closure-watcher plus a link from envelope to template. It does not expose binary uploads, recipient signing URLs, bulk send execution, correction URLs, deletes, purges, reminders, Connect/webhook administration, or arbitrary endpoint passthrough.

docusignesignaturetemplateenvelope
by recued-core pinned v1
DocuSign envelope closure watcher
Background automation

Scheduled adopter for DocuSign envelope closure rows seeded by send-docusign-template-envelope-with-closure. It lists only Recued-originated envelope watches, re-reads a bounded batch of envelope from DocuSign, and closes the shared row when DocuSign reports a terminal status. It can notify the owner on completion or exception status, but it never sends reminders, voids envelopes, changes recipients, downloads documents, creates Connect/webhook settings, or calls arbitrary DocuSign endpoints.

docusignesignatureenvelopeclosure
by recued-core pinned v1

Low-frequency timeout role for recued-core/docusign-envelope-closure. It moves a bounded batch of expired rows from active to timed_out, deletes the active copy only after the durable timeout write succeeds, and notifies the owner once per batch.

docusignwatchertimeoutowner-review
by recued-core pinned v1

Owner-visible list/close role for recued-core/docusign-envelope-closure. It lists bounded active, timed-out, and closed rows. Supplying a timed-out or closed key deletes only that exact terminal row; active watches cannot be deleted here.

docusignwatcherreviewclose
by recued-core pinned v1
View pack details, dependencies, and permissions →
How it works 19 steps

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

Process (19 steps)
envelope ?
recipients_raw ?
documents_raw ?
audit_raw ?
form_data ?
signers default
Apply default
carbon_copies default
Apply default
recipients flatten
Flatten nested lists in
documents default
Apply default
audit_events default
Apply default
form_fields default
Apply default
recipient_count count
Count items in recipients
document_count count
Count items in documents
audit_count count
Count items in audit events
form_field_count count
Count items in form fields
recipient_table to_table
Format results as a data table
document_table to_table
Format results as a data table
audit_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 3 configurable

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

docusign setting =
account id setting =
envelope id setting =

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

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

About

Tags

docusign docusignesignatureenvelopeauditrecipientsdocumentsreviewpack:docusign

Details

19 steps 3 configurable settings recipe_id: docusign-envelope-evidence-brief