Docusign · Arazzo Workflow
DocuSign Bulk Send From Template
Version 1.0.0
Resolve a template, then fan out multiple template-based envelopes to a list of recipients in one workflow run.
View Spec
View on GitHub
AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignatureArazzoWorkflows
Provider
Workflows
bulk-send-from-template
Fan out template-based envelopes to multiple recipients.
Confirms the template exists, then sends one envelope per recipient from that template, binding each recipient to the same role.
1
confirmTemplate
Templates_GetTemplate
Confirm the template exists and capture its name before fanning out envelopes to recipients.
2
sendToFirstRecipient
Envelopes_CreateEnvelope
Create and send a template-based envelope to the first recipient, binding them to the template role.
3
sendToSecondRecipient
Envelopes_CreateEnvelope
Create and send a template-based envelope to the second recipient, using the same template role.