A little step for the API... that's it. Check out the endpoint documentation for more.
By the way, date_sent
reflects the last time the document was sent, so if you move it back to draft and re-sent, this date is going to change.
A little step for the API... that's it. Check out the endpoint documentation for more.
By the way, date_sent
reflects the last time the document was sent, so if you move it back to draft and re-sent, this date is going to change.
Welcome the newest member of Template API - a Create Template endpoint!
Now it's easier than ever to automate Template creation - with Create, List, Delete, and Details endpoints for Template!
But that's not it - now we have webhooks for Template Created, Updated, and Deleted events!
Check out the webhook subscription endpoint for the full list of available events.
And yes, you got it right - all these updates have something to do with our Embedding solutions. Stay tuned for exciting updates!
We have improved the downloading process for completed documents!
What's new:
Now, you can have every date field in the documents created from a file upload filled automatically with the signing date.
Configure this on the workspace level:
After this, all date fields in the documents you create from file via API will be filled in with a signing date automatically after completion.
We have introduced the endpoints that allow you to create, update, and delete products in your catalog, as well as get product details by its UUID:
These endpoints, along with the Search Catalog Items, comprise a full set of Product Catalog management capabilities.
As an organization admin, you can now get a list of all the users with membership in your organization.
Merge Field is a field property that allows to link fields when their values are set via API, similar to how Field Id works on the UI.
You can set the field value during document or section creation from a template, referring to fields by their Merge Field property, see instructions: Prefilled fields .
Now, you can control how merge fields behave in a bundle when adding a new section from a template . Set the merge_field_scope
query parameter:
document
(default) leaves the Merge Field properties untouched. Field values with the same Merge Field name will override field values of the whole document.upload
adds a unique suffix to all the Merge Field names added in scope of this operation. Use it if you add one template multiple times to the same bundle, but don’t want the fields to be syncronized.This functionality is in beta
While we are improving this functionality, the implementation details can be changed without notice.
With the new Document Fields endpoints, you can get fields configuration for an already created document and replicate it on a new document, or place a field at specific coordinates. Take a look at the methods reference:
As an organization admin, you can now Add Member to Workspace via API.
Now you have the option to redirect the signer to a different URL after the document is signed or paid. Learn more: Redirect to a URL upon completion .