Envelope Forms

This document contains an overview of envelope forms, including what they are used for and what you can configure via the API.

With Envelope forms, you can create and send envelopes with pre-filled data. You can create these forms from templates with pre-defined fields and roles.

When a user opens an envelope form link, he’ll see a dedicated page where they can fill in the required fields.

Envelope forms allows you to create and send envelopes with predefined field values. Forms can be created from templates with fields and assigned roles. When a user opens an envelope form link, they will see a page where they can fill in the required fields.

circle-info

Form creation can be only done via APIarrow-up-right.

  1. It is possible to configure forms to have metadata that will be added to all envelopes created from such formsarrow-up-right. Metadata can be used:

    • To store additional information about the envelope that is not part of the document itself.

    • For filtering and searching envelopes in the mailbox.

  2. It is also posible to add callbacks to the forms which will send the envelope ID, metadata and other information to a specified URL when an envelope is created from the form. This can be useful for integrating with other systems and automating workflows. Such callbacks will be removed automatically after the form deletion of after a single-use form was used.

Last updated