Skip to content
Recued
Menu
← Back to recipes

Update a Dropbox Sign signer

by recued-core v1

Approval-gated Dropbox Sign signer update workflow. It reads one signature request for context, then updates one signer by signature ID through recued-core.dropbox-sign.signature_request.update_signer with bounded signer email, name, and expiration fields. It does not update the document, add signers, send reminders, cancel requests, remove access, upload files, or call arbitrary Dropbox Sign endpoints.

How it works 6 steps

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

Process (6 steps)
signature_request_id trim
Trim whitespace from setting signature request id
signature_id trim
Trim whitespace from setting signature id
request ?
has_signature compare
Check if signature id has data
update ?
skip: step.has_signature not_equal true
card to_summary
Format results as a summary card
Settings 7 configurable

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

name setting =
reason setting =
expires at setting =
dropbox sign setting =
signature id setting =
email address setting =
signature request 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 Dropbox-sign connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

dropbox-sign dropbox-signesignaturesignercontractsupdateapprovalpack:dropbox-sign

Details

6 steps 7 configurable settings recipe_id: update-dropbox-sign-signer