CreatePackageApiRequest
Properties
| Name |
Type |
Description |
Notes |
| name |
String |
The display name of the package (e.g., "Q1 Sales Agreement"). Shown to signers in the email and ceremony. |
[default to null] |
| emailSubject |
String |
Custom subject line for the signing notification email. If not provided, a default subject is used. |
[optional] [default to null] |
| emailMessage |
String |
Custom body text for the signing notification email. If not provided, a default message is used. |
[optional] [default to null] |
| enforceSigningOrder |
Boolean |
When true (default), signers are notified sequentially based on their routing order. When false, all signers are notified simultaneously. |
[optional] [default to null] |
| expirationDate |
Date |
The date when the package expires and can no longer be signed. Interpreted in the tenant's configured timezone. After expiry, the package transitions to Expired status and signers are notified. |
[optional] [default to null] |
| reminderEnabled |
Boolean |
When true, automatic reminder emails are sent to pending signers at the configured interval. |
[optional] [default to null] |
| reminderIntervalDays |
Integer |
The number of days between automatic reminder emails. Required when ReminderEnabled is true. Must be at least 1. |
[optional] [default to null] |
| externalReferenceId |
String |
|
[optional] [default to null] |
| metadata |
String |
|
[optional] [default to null] |
| enableInstantBankTransfer |
Boolean |
|
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]