Launch Callback
Overview
Legale provides the launch callback function when starts sign process.
Our service sends an API request when starts sign process to your callback url if you set it.
API detail
Request
- URL:
your_callback_url
- Method:
POST
- Content-Type:
application/json
- Body:
{
"GUID": "2l4k2ngl4-234kr-234fakwe-awef",
"email": "sender.document@legale.io",
"firstname": "Sender firstname",
"lastname1": "Sender lastname1",
"company_name": "Sender company",
"sign_url": "Document sign url",
"folder": "root/folder name1/folder name2/folder name3",
}
Value | Type | Description |
---|---|---|
GUID | str | GUID of the document |
email | str | Email address of user who sends document to sign |
firstname | str | First name of user who sends document to sign |
lastname1 | str | Last name1 of user who sends document to sign |
lastname2 | str | Last name2 of user who sends document to sign |
company_name | str | Company name of user who sends document to sign |
sign_url | str | URL to sign document |
folder | str | Absolute folder path of document |