============= Send envelope ============= .. list-table:: :widths: 10 90 * - Method - POST * - URL - ``/api/v1/envelope/send`` * - Authorization - Bearer {token} * - content-type - application/json * - mailboxUuid - {uuid} * - Body - "{""data"": ""string""}" For create and send envelope customer should know based on what template will be created envelope. sendEnvelopeDto =============== .. code-block:: JSON { "data":" templateUuid=\"56cacd6a-ffe7-4b77-9c0c-f928d9a18cb5\" status=\"DRAFT\" templateVersion=\"ab0d11cb-ebdd-42bd-a581-ddca1bb9b585\"> Envelope subject Envelope message 2020-12-02T10:20:10.846Z " } **RESPONSE** Response returns envelope UUID: .. code-block:: JSON {"uuid":"89499ba2-287d-404c-87b0-342dc5b01b6a"} You can check envelope status by this UUID.