Skip to content

signNow .Net SDK v1.4.0

Choose a tag to compare

@AlexNDRmac AlexNDRmac released this 13 Jan 15:59
· 8 commits to develop since this release
3c01582

Added

  • Event Subscriptions & Webhooks:
    • Get Event Subscriptions List: Enhanced filtering and sorting for retrieving event subscriptions with flexible query
      options
    • Get Event Subscription by ID: Retrieve detailed information about specific event subscriptions
    • Delete Event Subscription: Remove event subscriptions programmatically
    • Get Callbacks History: Comprehensive webhook callback event history with advanced filtering and sorting capabilities
  • Document Template Operations:
    • Template Routing Management: Create, retrieve, and update routing configurations for document templates
    • Bulk Invite from Template: Send signing invitations to multiple recipients using templates
    • Document Group Templates: List, create, and update document group templates
  • Document & Folder Operations
    • Get Document Fields: Retrieve all fields from documents with values, types, and metadata
    • Get Folder by ID: Fetch detailed folder information including contained documents
  • User Management
    • Update User Initials: Upload and update user's initial signature using base64-encoded images
    • Verify User Email: Send and verify user email addresses with verification tokens

Changed

  • Upgraded to .NET 7.0/8.0 for tests and examples
  • Minimum .NET Framework version upgraded to 4.6.2
  • Dropped support for .NET Core 2.1 and 3.1
  • Minimum netstandard version updated to 2.0
  • Removed InheritDoc tool
  • Update the 'UpdateEventSubscriptionAsync' method to use the latest implementation of SignNow API event-subscriptions endpoint