v6.1.0-beta
Thu, 08 January, 2026Feature
- Added support for the share template API.
- Added support for the group signers in API.
- Added support for the preview embedded template API.
- Added
GroupSigners property to Document and Template list and properties APIs for enhanced signer group management. - Introduced
SharedWithTeamId property in template filters to allow filtering templates shared with any of the specified team IDs. - New APIs added for Group Contact management:
- Create
- Update
- Get
- List
- Delete
- Added support for getting the embedded document edit URL to edit the in-progress, scheduled and draft documents.
- Support to cancel the document editing which is in edit-mode.
Improvement
- Added
context object in webhook payloads (beta).- Provides
context.actor (who performed the action) and context.previousState (previous values for changed fields). - Available for Document and Template webhook events.
- Populated only for documents/templates created on or after January 08, 2026, older resources will have
context: null.