1.0.0
2026-03-20
AI Assistant
- Possibility to enable AI assistant for new documents.
Signature Methods
- More signature methods added for new documents. Note: access is based on account country and/or activated add-ons.
Webhook Signature Verification
- Support for securing webhooks with HMAC-SHA256 signature verification.
- New
signingSecretreturned on webhook creation and retrieval. - New endpoint
POST /webhooks/{webhookId}/rotate-secretto rotate signing secrets.
OAuth
- Fixed parameter name from
scopestoscopeto follow OAuth 2.0 standard (RFC 6749). The old namescopesis still accepted as a fallback.
0.8.0
2026-02-04
Signing Order
- Possibility to provide a signing order for signature requests in documents.
0.7.1
2025-06-05
Personal Message
- Possibility to provide a personal message for document signature request invitations (email, SMS, or WhatsApp).
Phone Delivery Methods
- Option to use WhatsApp as text message delivery method when a phone number is used.
0.7.0
2025-04-03
Templates
- Added support for templates, allowing documents to be created based on pre-configured templates via
POST /docsusing the newtemplateIdparameter. - Introduced endpoints for listing and getting template details (
GET /templates,GET /templates/{templateId}). Note: creating templates is still only possible through the Formify web app.
Fields and Field Values
- Updated
POST /docsto support pre-filling form fields using thefieldsproperty. - Added endpoints for getting fields (
GET /docs/{documentId}/fields,GET /files/{fileId}/fields,GET /templates/{templateId}/fields). - Added endpoint for setting editable field values in open documents (
POST /docs/{documentId}/field-values). - Added endpoint for getting field values for completed documents (
GET /docs/{documentId}/field-values).
Fields Read-Only Mode
- Added
fieldsReadonlyModesetting for controlling read-only mode for form fields within documents.
0.6.0
2025-02-20
Signature Fields
- Possibility to edit contact details for signature fields not yet signed in documents sent for signing.
0.5.0
2024-12-20
- Initial release.