Skip to content
Recued
Menu
← Back to recipes

Send a Dropbox Sign template request

by recued-core v1

Approval-gated Dropbox Sign request creation from existing templates. It reads the primary template for context, then sends one signature request through recued-core.dropbox-sign.signature_request.send_with_template with explicit signer, CC, custom-field, subject, message, metadata, test-mode, and decline settings. It does not upload files, create templates, use embedded signing/editing, bulk-send, delete, cancel, or call arbitrary Dropbox Sign endpoints.

How it works 11 steps

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

Process (11 steps)
primary_template_id trim
Trim whitespace from setting primary template id
subject trim
Trim whitespace from setting subject
template ?
template_count count
Count items in setting template ids
signer_count count
Count items in setting signers
has_subject compare
Check if subject has data
has_templates compare
Check if template count is greater than 0
has_signers compare
Check if signer count is greater than 0
ready all
Check if all conditions are true
send ?
skip: step.ready not_equal true
card to_summary
Format results as a summary card
Settings 11 configurable

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

ccs setting =
message setting =
signers setting =
subject setting =
metadata setting = [object Object]
test mode setting = true
dropbox sign setting =
template ids setting =
allow decline setting = false
custom fields setting =
primary template 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-signesignaturetemplatesendcontractsapprovalpack:dropbox-sign

Details

11 steps 11 configurable settings recipe_id: send-dropbox-sign-template-request