You can now choose how your Custom Experience logo is displayed using the logo_layout parameter in the Create a Custom Experience and Update a Custom Experience endpoints.

Two layout modes are available:

  • round: the logo will be framed inside a circle (default layout).
  • original: the logo will be displayed in its original shape and ratio.

For more details on how to use the logo_layout parameter, check out our dedicated guide section.

✨ We have reorganized our Guides section to make it easier for you to find the information you need. The structure now features new categories for improved navigation and clarity.
In addition, we’ve reworked the following introduction pages to provide clearer and more detailed content:

This is just the beginning! We are committed to continuously improving our Guides, so stay tuned for further updates.

It's now possible to set or update a Document name when uploading or modifying a Document linked to a Signature Request:

  • Document upload: A new optional parameter name is available in the endpoint POST /signature_requests/{signatureRequestId}/documents (see API reference).
  • Document update: You can also rename an already uploaded Document using the name parameter in the endpoint PATCH /signature_requests/{signatureRequestId}/documents/{documentId} (see API reference).

For more details, please refer to our dedicated guide section.

You can now require signers to manually copy a predefined text during the signing process, with Yousign automatically verifying the input. This ensures that the text matches your requirements without the need for manual review after signature.

This feature is available through the existing POST /consent_requests endpoint, which now supports a new type, text_to_copy.

For more details on how to configure the Text to copy feature, please visit our Guide.

When a Signature Request is created from the app with associated Labels, these Labels are now included in the response payload of relevant Signature Request endpoints, such as List Signature Requests.

Learn more about labels in this article.

This feature allows to automatically organize Signature Requests created from the app via API based on their labels.

For now, it is only possible to read labels via API. The ability to add labels to Signature Requests via API is not yet available, but we are currently working on this improvement.

The maximum length for the custom content added to notification and reminder emails has been increased from 500 to 2000 characters.

You can customize the email body using the following parameters:

Those changes are also available for Signature Requests created on our web application.

More details on customizing email content can be found in our guide section.

It is now possible to disable specific email notifications for each Signer of the Signature Request when the delivery mode email is used.

All you have to do is to specify for each signer, which email should not be sent, using the email_notification.disabled parameter.

To learn more about this feature, feel free to read our documentation or consult the API reference.