Skip to main content

Start from Workflow

Overview

You can start sign flow in legale from Workflow by using this API.
You can get sign Workflow list by using this API.

API detail

Request

  • URL: /sign/workflow/
  • Method: POST
  • Body:
{
"document": "E3EJJ305D-A91E-59FD-8A29-9D2E8C8B9CA4",
"workflow": 3,
"expiration": 30,
"share_signed_document": true
}
ValueTypeIs requiredDescription
documentstrYesGUID of the document that you are going to start sign flow with.
workflowintYesID of the Workflow that you are going to start sign flow from.
expirationintNoThis parameter is to determine the expiration date. It should be number in days.
share_signed_documentboolNoThis parameter is to determine the email notification after sign. Default value is false. If you set this value as true, all signers will receive signed document email notification after sign process finished.

Response

Success

  • Status code: 204