============= 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""}" To create and send an envelope you should know what template will be used for envelope creation. 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.