Feature Parity

There are some things our web application can do that our API cannot yet do. Don’t be caught off guard with assumed feature parity.

  • Update or Delete an Existing Document: Our API supports both document creation and deletion.
  • Update Document Name: Once you have created a document with a name, the name can only be updated via our web application.
  • Update Recipient Names: If you want to update a specific recipient after a document is created, you are able to update their details in the web application. Recipients can only be added from roles when a new document is created.
  • Version Documents: Our web application supports document versioning but if you must version a document via API v1 there is one workaround. We recommend discarding your app's association to the existing document, creating a new document from the same template, and then re-populating any tokens or fields in the new document.