Changelog
This changelog lists all additions and updates to the Lumin Sign API.
July 28, 2024
Added
- Add
custom_email
parameter to Send Signature Request to send a custom email to the signer.
April 03, 2024
Added
- Cancel Signature Request (Cancel Signature Request)
- Add
signature_request_canceled
andsignature_request_cancel_failed
events to Signature Request Events.
February 26, 2024
Added
- Download Signature Request as File URL (Download File as File URL)
- Download Signature Request as File (Download File)
January 10, 2024
To enhance the flexibility of the Signature Request process, two new parameters have been introduced:
signing_type
: This parameter allows you to specify the signing order for the Signature Request. It accepts two possible values:
SAME_TIME
: All signers can sign the document simultaneously.ORDER
: Signers must sign the document in a specified order.
group
: When thesigning_type
is set toORDER
, you must use the group parameter to specify the group of signers who need to sign in the defined order.
For more information, see Send Signature Request.
December 19, 2023
Added
- Add
signature_request_created
andsignature_request_invalid
events to Signature Request Events.
December 6, 2023
Added
- Add webhook support for signature request events. For more information about supported events, see Signature Request Events.
For more information about events and callbacks, see Events.
November 8, 2023
Added
- Add
use_text_tags
parameter to Send Signature Request to enable text tags in the document. For more information, see Text Tags.
To begin and end a tag, use square brackets [ ]
in your document. Within the square brackets, use the pipe character |
to divide the parts of the tag. The first part of the tag is the type. The second part indicates if it is required or not. The third part indicates which signer in the list of signers needs to complete the field. The last two parts are optional and are for setting a label and unique ID
ex: [text|noreq|signer1|Label|UniqueId]
Fixed
- Some minor issues related to signers list and signer name in signature request.
October 26, 2023
Added
- Create API Key from Developer Settings page. For more information, see Authentication.
- Send Signature Request (Send Signature Request)
- Get Signature Request (Get Signature Request)
- Get user info (Get User Info)