Send a Dropbox Sign template request
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
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
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.