Starting today, 15th February, each of our environments (sandbox and production) will have different rate limit values.
The new policy is detailed in our documentation.
Starting today, 15th February, each of our environments (sandbox and production) will have different rate limit values.
The new policy is detailed in our documentation.
For users of our Electronic Seal with the Advanced level, it is now possible to specify which certificate you want to use when performing the Sealing operation. This is done by passing an optional certificate_id field when Creating an Electronic Seal.
Note that the generation of Advanced Seal certificates is a process which requires identification documents for your company and its representatives. Please contact your Yousign customer representative for more information on this topic.
As we know your business can scale, you might need a higher Rate-limit for our API usage.
If your implementation respects our standards (mainly use Webhooks instead of massive polling), you can fill a customisation request available at the bottom of Limits page

Radio buttons are a useful and easy way to present a set of options to Signers and allow them to select one choice.
Today, we are introducing mechanisms that enable easy retrieval of selected options, if any. This will help you to build custom integration and behavior based on the Signer choice.
name propertyWhen adding Signer with a Radio Group Field, you can optionally set name in radiogroup and radio to better identify your Fields.
A code sample can also be found in the Radio Button Field Guide
Here is the new syntax for Radio Group Smart Anchor. All details can be found in our documentation
{{s1|radio|28|group_name|t|radio_name_1}} {{s1|radio|28|group_name|t|radio_name_2}}
Those values are also returned in Signer's Field payloads
When returning radio data in a Webhook call, it now also contains name and checked in Signer's payload
This payload can also be found in signature_request , signer , and approver webhook Events, under signers > answers.

Followers can now be listed using the API. The endpoint details can be found here.
follower_link is available in both endpoints List Followers and Add Followers
Please note that follower_link is
null if the Signature Request is not activated
Metadata allows you to attach extra information to your Signature Requests. Our customers generally use it to provide specific context to their business.
More information about how to use metadata can be found in our dedicated guide section.
You will also find in the API reference the extensive endpoints list related to metadata.
2 new locale de andit are available for your audit trails.
You can now choose between en, fr, es, de or it.
By default, en will be used (current behavior).
This option can be set on Signature Requests with audit_trail_locale field.
It is now possible to add multi-line mention fields in Signature Requests sent with our API.
Currently, this option is only available for manual fields and is not yet available for Smart Anchors.
Two options are offered:
More details are available in our documentation.
Contacts can now be updated using the API. The endpoint details can be found here.
It is also possible to manage Contacts from the application.

When an ongoing Signature Request using the delivery mode : none has the email address from a Signer updated, the previously generated Magic Link is not valid anymore.
If you update a Signer's or an Approver's email address after the Signature Request activation, the previously sent signature link for this specific signer will be disabled. You will have to fetch the new Signature Link and it again to the Signature Request participant.
More information about the delivery mode :none and signature links can be found here