A new parameter has been added to the webhook configuration to provide better customisation: it is now possible to specify a list workspace when a Webhook is created or updated.

The webhook will only be triggered for events happening on resources belonging to the listed workspaces.

For more information, visit our documentation.

Before this improvement, the first name and last name contained in a QES signer's certificate were necessarily the first of the first names and birth name. From now on, a certificate generate for the qualified level can contain any first names as long as it is present on the identity document used, regardless of its position on the ID document, and a usage name (such as a married name, for example) if it is also present on the identity document.

The condition remains the same: the identity declared by the Sender and the identity on the ID document must strictly match.

Find out more about parsing rules here.

You will find all information about the Yousign QES in our guide.

It is now possible to sign a previously sealed document directly using its electronic_seal_document_id. This saves you having to download and upload a sealed document to create an SR, you can go straight to the sealed document for SR creation.

The endpoint used is POST /signature_requests/{signatureRequestId}/documents, with the new parameter here.

Please consult our dedicated guide to learn more about the Seal&Sign feature.

You can now customize the text of the One-Time Password (OTP) SMS sent to signers via the Yousign API.

This feature allows you to align the OTP SMS content with your brand and provide clear instructions to your signers.

For more information, visit the Custom OTP SMS documentation.

You can now add or remove users from workspaces via the API:

  • Add Users: Add users from your organization to a workspace.
  • Remove Users: Remove users from a workspace unless they are the owner of the organization or it's their last workspace.

For more details, refer to our Workspaces guide.

To help you create even better integration with our API, we have added 3 new Webhook events:

  1. signature_request.deleted to be notified when a Signature Request is deleted.
  2. signature_request.canceledto be notified when a Signature Request is canceled.
  3. signature_request.reactivatedto be notified when an expired Signature Request is reactivated.

Please consult our dedicated guide to learn more about Webhooks.

It's now possible to trigger actions when a signature is completed on iFrame integration.

We provide a new method onSignatureDone() on our latest iFrame SDK version (1.6.0).

This is the preferred moment if you want to download the complete document with all signatures.

For more details about how to use it, please check the iFrame SDK reference.