- Electronic Signature
- Release notes
Release notes signNow API
Learn about signNow’s latest updates and releases.
Meet new PHP SDK enhancements (API)
We’ve added new features to the PHP SDK:
Embedded signing
- Create an embedded invite for a document
- Create a signing link for an embedded invite
- Change an expiration date of a signing link
- Delete an embedded invite for a document
- Reassign signers in an embedded invite
Pre-fill fillable text fields in a document
Read more here
Set up a signature type for signature fields (API)
A document sender can now predefine the signature type that a signer can add to a signature field using PUT/document. To set the signature type, you should include “type”, “draw”, or “upload” in the “allowed_types" parameter of the signature field. The same signature field can have one, two, or three allowed types. Learn more here.
cURL example:
curl --location --request PUT '{{url}}/document/{{document_id}}' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {{access_token}}' \ --data-raw '{ "fields": [ { "page_number": 0, "type": "signature", "role": "Signer 1", "x": 349, "y": 58, "width": 177, "height": 50, "required": true, "name": "signature1", "allowed_types": [ "draw" ] } ] }'
Use the Run in Postman button on the API Dashboard page
Import signNow API collection into your Postman client or open it in your browser using the new button.
Updated actions for document senders (API)
- A document sender can not delete documents with a Waiting for Others status (DELETE /document/ID).
- A document sender can not make API calls to GET /document/ID for documents in Trash folders.
- A document sender can not download documents in Trash folders (GET /document/{documentId}/download).
Test your apps in the updated demo environment (API)
The evaluation servers have been updated to accommodate the production environment. Developers can now test their apps in the signNow demo environment using all the production environment's features.
Send a document to multiple recipients via API
The new API endpoint v2/documents/DOC_UNIQUE_ID/embedded-invites is available only for users with an API subscription. API users can send a document to multiple signers by creating embedded signing links for each signer.
Track embedded invite calls in your API dashboard
Track embedded invite call activity using the following endpoints:
- v2/paid-request-monthly-totals
- v2/paid-request-logs
Instantly switch from Sandbox to production (API)
Easily hop in the production environment from the signNow evaluation servers.
Get started sooner with the signNow API (API)
Access the step-by-step onboarding guides in the API Dashboard. Get your questions instantly resolved via the list of guides provided directly in your evaluation account:
- API Reference
- SDKs
- Video Guides
- Out-of-the-box signNow Apps
- More code examples
Track the status of events via the new Webhooks tab (API)
Checking your API events is easier! The new Webhooks tab displays a grid with the current user’s successful events subscriptions (ES) created using Webhooks 2.0. It contains the following columns:
- App
- Event
- Entity ID
- Callback URL
- Date (date and time when the ES was created in timestamp format)
Explore the signNow API in the updated demo environment
Get unlimited access to the signNow testing environment to try out the signNow API. Your account won’t have an expiration date, document management limits or functionality limitations.
Meet .NET/C# SDK release for the signNow API
Enjoy the following improvements:
- all field types added
- retrieve field content
- role-based invite
- free form invite
- retrieve invite status
Manage your subscription from My Account
Check your subscription name, status and upgrade your plan directly from the Profile >> Subscription tab in My Account.
Easily manage your API plan
Check your signature invite spendings using the Plan Usage tab in the API Dashboard. Here you can also view signature invite details as well as generate and download your plan’s status reports.
Introducing the API dashboard
The API dashboard is a full-featured environment for receiving legally binding e-signatures via the signNow API. The dashboard allows you to create and manage apps using API keys for your integrations and reviewing API logs for troubleshooting.
Use API logs to fix your issues with the signNow API
API logs with detailed error messages will help you quickly debug and troubleshoot the signNow API. Send the ID of API logs to our solution engineers to get quick assistance.
Try all signNow API features in your free sandbox account
Test the signNow API before integrating it with your website or app. Create your Sandbox account, get API keys, and run generated code examples in less than 10 minutes.
Please note that Coming Soon feature release dates may vary. Release dates for these features are all subject to change and serve as a preview for what we’re currently working to add or improve.
Send signature invites via SMS (API)
Coming soonThe new Invite via SMS feature allows you to send an SMS containing an invite link to your document or template right from your website or app. This functionality is available for US and Canadian phone numbers.
Add your validation rules for text fields (API)
Coming soonCreate your own validation rules for text fillable fields to collect accurate data. For example, you can require your signer to enter an email address with a specific domain, phone number with a specific area code, or define the date range you need.
Please note that Coming Soon feature release dates may vary. Release dates for these features are all subject to change and serve as a preview for what we’re currently working to add or improve.
-
Best ROI. Our customers achieve an average 7x ROI within the first six months.
-
Scales with your use cases. From SMBs to mid-market, signNow delivers results for businesses of all sizes.
-
Intuitive UI and API. Sign and send documents from your apps in minutes.