Skip to main content

February 2024

Updated over 3 months ago

Updated ‘Thank You’ page

The ‘Thank You’ page has been revamped for users who complete a signing session with redirect parameters enabled.

Custom branding with support for multiple brands per organization

  1. Create an unlimited number of branding variations for email notifications and signing sessions.

  2. Only one branding configuration can be set as default at a time.

  3. Custom branding can be configured by an organization admin only.

Email preview on Invite Page

All users (including those outside of any Organization) can now preview their signature request email when preparing an invite.

Correction mode for Document Groups

  1. Edit sent Document Groups without canceling an eSignature invite or losing its settings. During the correction process, signers will not be able to access documents. Instead, the status of an invite will appear as “Making Corrections.”

  2. While in correction mode, senders can add more documents or templates to a Document Group, modify the list of recipients and fillable fields associated with specific signers, and pre-set an invite for signers who haven’t signed a Document Group yet.

  3. Recipients who already signed documents cannot be removed, replaced, or edited in correction mode. Additionally, page management is disabled during the correction process.

  4. Signers who were replaced after correction and attempted to access the invite during the correction process will receive a notification that the invitation was canceled.

Improved signing order UI

The signing order customization interface on the Invite Page has been redesigned. Other minor enhancements have also been made to the user interface texts.

Additionally, the Send Invite button now operates under a new logic. Its states vary depending on the setup of the signing order and number of recipients.

Consent declination page

Declining consent to the Electronic Signature Disclosure agreement redirects the signer to a dedicated page.


[API]

New endpoints for Organization branding

Users can create multiple brands for a single Organization. If a user is a part of an Organization, they can apply their personal brands and the brands of their Organization to documents, Document Groups, and applications. Only administrators and moderators of an Organization are permitted to create and modify Organization brands.

The new endpoints enable users to create, retrieve, update, and delete a brand for their Organization, as well as its resources. Find the available endpoints in the documentation.

Sample app for embedded signing (built with the PHP SDK)

The sample application demonstrates how to use the eSignature API and PHP SDK to build embedded signing workflows. Consider using the sample app for testing or as a basis for your own application.

The sample app was built using the PHP SDK.

Try embedding a signing session into your website or application with the repository provided by this link.

Webhooks: Get the list of callbacks

Retrieve the list of all webhook events (events history).

The results can be filtered and sorted. If a sorting parameter is not specified, the results are sorted in descending order by ‘start_time’.

Did this answer your question?