Skip to content
Recued
Menu
← Back to recipes

Send an Adobe Sign agreement

by recued-core v1

Approval-gated Adobe Sign agreement creation workflow. It reads the current user and one library document for context, then creates one agreement through recued-core.adobe-sign.agreement.create using supplied fileInfos, participantSetsInfo, name, signature type, state, group, workflow, and message fields. It does not upload transient documents, author form fields, create signing URLs, download documents, mutate library templates, start MegaSign/bulk sends, or call arbitrary Adobe Sign endpoints.

How it works 13 steps

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

Process (13 steps)
library_document_id trim
Trim whitespace from setting library document id
agreement_name trim
Trim whitespace from setting agreement name
reason trim
Trim whitespace from setting reason
user_info ?
library_document ?
file_count count
Count items in setting file infos
participant_count count
Count items in setting participant sets info
has_name compare
Check if agreement name has data
has_files compare
Check if file count is greater than 0
has_participants compare
Check if participant count is greater than 0
ready_to_create all
Check if all conditions are true
agreement ?
skip: step.ready_to_create 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.

state setting = IN_PROCESS
reason setting =
message setting =
group id setting =
adobe sign setting =
file infos setting =
workflow id setting =
agreement name setting =
signature type setting = ESIGN
library document id setting =
participant sets info 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 Adobe-sign connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

adobe-sign adobe-signacrobat-signesignatureagreement-createapprovalpack:adobe-sign

Details

13 steps 11 configurable settings recipe_id: send-adobe-sign-agreement