SignNow.NET
SignNow.NET copied to clipboard
SignNow.Net is the official .NET 4.5+ and .NET Standard class library for the SignNow API. SignNow allows you to embed legally-binding e-signatures into your app, CRM or cloud storage. Send documents...
We are looking to send multiple documents in one envelope. Has that been implemented?
Its not clear to me where I can add this, so that upon signing it redirects, here its not an option: ``` public async Task CreateEmbeddedSigningInviteToSignTheDocument(string documentId, string email, SignNowContext...
I have added this to my local copy, but thought may be useful for others to include in release. Need to add a property for Field_Request_Id to the ISignNowField interface...
Is there any way to use webhooks with this library? I managed to fit all our integration with this library! Great job! Only the webhooks are missing
While trying to enable HMAC security logic for webhook requests, I've stumbled on why something like this has no effect: ```c# await signNowContext.Events.CreateEventSubscriptionAsync(new CreateEventSubscription(EventType.DocumentFieldInviteSent, entityId, callbackUrl) { SecretKey = "SomeHmacSecretKey"...
[SignNow.Net/Model/EventType.cs](https://github.com/signnow/SignNow.NET/blob/7122c316be1fbcc019876f87da27f85c4af01522/SignNow.Net/Model/EventType.cs) only covers a subset of [webhooks supported by SignNow](https://docs.signnow.com/docs/signnow/guides-webhooks#entity-events). For example, `*.email.delivery.failed` webhooks are missing. I would like all webhooks to be available in the enumeration or at least...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. Release notes Sourced from actions/setup-dotnet's releases. v5.0.0 What's Changed Breaking Changes Upgrade to Node.js 24 and modernize async usage by @salmanmkc in actions/setup-dotnet#654 Make...