Skip to content

Releases: AlohiHQ/signplus-sharp

v1.4.0 - Add Attachment Requests

17 Sep 13:44
43b1a69

Choose a tag to compare

Introducing Attachment Requests

We have launched a new feature that allows you to request your recipients to upload files while signing their documents.

See the API reference for more information.

v1.3.0 - Add ID Verification

15 Jul 10:04
4bde9ff

Choose a tag to compare

Introducing ID verification

Added a new recipient verification method, ID_VERIFICATION, allowing for an automated ID and selfie check before the recipient can access the envelope.
The value parameter must be left empty when using ID_VERIFICATION; existing rules for PASSCODE and SMS remain unchanged.

See the API reference for more information

NuGet package: https://www.nuget.org/packages/Alohi.Signplus/1.3.0

v1.2.0 Real-time audit trails using webhooks

29 Jan 14:02
af81666

Choose a tag to compare

Introducing real-time audit trails using webhooks.

We've released a new webhook event called "ENVELOPE_AUDIT_TRAIL" that lets you track recipient actions in real-time, such as when an envelope is signed, viewed, or declined by a specific recipient

v1.1.0 Added handles for envelope download

15 Jan 13:41
9fc060a

Choose a tag to compare

The following handles were added:

  • GET /v2/envelope/{envelope_id}/certificate to download the certificate of completion
  • GET /v2/envelope/{envelope_id}/signed_documents to download the envelope

See the API reference for more information

NuGet package: https://www.nuget.org/packages/Alohi.Signplus/1.1.0

Initial release

21 Aug 16:06
7183c4e

Choose a tag to compare

1.0.0

Fixing publish job