Skip to main content

Changelog

This changelog lists all additions and updates to the Lumin Sign API.

April 03, 2024

Added

February 26, 2024

Added

January 10, 2024

To enhance the flexibility of the Signature Request process, two new parameters have been introduced:

  1. 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.
  1. group: When the signing_type is set to ORDER, 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

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

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