Create eSign transaction from templates
Creates an eSignature transaction using pre-configured templates. Participants are assigned to template roles, and documents are generated from the template with optional free-text field values. Requires the apiTemplatingEsign feature. Maximum 4 participants per transaction.
| Request Body — REQUIRED | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
templates object[] — REQUIREDList of templates to use for creating the eSign session
| ||||||||||||
participants object[] — REQUIREDList of participants (max 4). Each must be assigned a role from the template.
| ||||||||||||
notificationRecipientEmailAddresses email[]V2-12792 — CC recipients who receive a copy of the completed document and lifecycle notifications (sent for signature, cancelled, completed). They are not signers and receive no signing request. Each entry must be a valid, unique email address; addresses matching a signer are de-duplicated server-side. |
| Responses | |||||
|---|---|---|---|---|---|
201eSign transaction created from template successfully
| |||||
400Validation error
| |||||
401Unauthorized — apiTemplatingEsign feature not enabled
| |||||
404Template not found
|