Sign Step

Collect eSignatures from one or more participants with configurable signing order, delivery settings, and positioned signing fields.

The Sign step orchestrates an eSignature flow as part of a workflow. You define who needs to sign, in what order, how to notify them, and where their signature fields appear on the document. Once all participants have signed, the workflow continues.

Configuration

nametyperequireddescription
namestringyesA human-friendly name for this signing package.
typestringyesdynamic (generated from workflow data) or static (from a fixed asset).
signingOrderstringyessequential (one signer at a time) or simultaneous (all signers notified at once).
deliveryobjectyesEmail and SMS delivery settings. See Delivery below.
templatesarrayyesOne or more document templates with signing fields. See Templates below.
participantsarrayyesPeople who will sign or fill fields. See Participants below.
shouldNotCollectSignerNamebooleannoWhen true, skips collecting the signer's name during the signing process.

Delivery

The delivery object configures how signers are notified.

nametyperequireddescription
fromNamestringyesSender name shown in notification emails.
replyTostringnoReply-to email address.
subjectstringyesEmail subject line.
smsMessagestringnoOptional SMS body for notifying signers.
buttonLabelstringyesText shown on the call-to-action button in the email.

Participants

Each participant is a person who will sign or complete fields on the document.

nametyperequireddescription
namestringyesParticipant display name.
emailstringnoContact email for delivery and identity.
signingOrderintegeryesPosition in the signing sequence when signingOrder is sequential.