Lawlift
Lawlift is a company focused on document automation. The editor, which has become known for its ease of use, has won several awards. Customers are large and medium-sized companies, numerous big law firms, legal departments and notary offices. For more information visit : www.lawlift.com .
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Lawlift Support |
URL | https://help.lawlift.de |
support@lawlift.com |
Connector Metadata | |
---|---|
Publisher | Lawlift GmbH |
Website | https://www.lawlift.com |
Privacy policy | https://www.lawlift.com/privacy |
Categories | Collaboration;Productivity |
Prerequisites
You will need the following to proceed:
- A Microsoft Power Apps or Power Automate plan with custom connector feature
- LAWLIFT Account
- Api key provided by LAWLIFT
How to get credentials
Please contact our support team to create a LAWLIFT API Key.
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | You can acquire the key at app.lawlift.com | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Triggers
When a questionnaire is submitted |
Triggered when user completes the questionnaire. |
When documents are exported |
Triggered when user exports the files |
When a questionnaire is submitted
Triggered when user completes the questionnaire.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Flow Name
|
flowName | string |
Please add a unique Flow name which you will be able to select from within Lawlift app. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Owner Name
|
ownerName | string |
Publication owner name. |
Owner Email
|
ownerEmail | string |
Publication owner email address. |
Respondent Name
|
respondentName | string |
Respondent name. |
Respondent Email
|
respondentEmail | string |
Respondent email address. |
Respondent Login Type
|
respondentLoginType | string |
Respondent login type. |
Respondent Language
|
language | string |
Respondent language. |
Document Link
|
documentLink | string |
Link to the document. |
Email Subject
|
subject | string |
Lawlift generated email subject. |
HTML Email Message
|
htmlMessage | string |
Lawlift generated HTML email message. |
Plain Text Email Message
|
plainMessage | string |
Lawlift generated plain text email message. |
Custom Data Object
|
data | object |
Data object containing custom data of the template. |
Custom Data JSON file
|
dataJSON | byte |
Content of the custom data JSON file. |
Answers JSON file
|
answersJSON | byte |
Content of the answers JSON file. |
Answers CSV file
|
answersCSV | byte |
Content of the answers CSV file. |
Folder Path
|
folderPath | string |
Default /lawlift folder path. |
publication
|
metadata.publication | object | |
template
|
metadata.template | object |
When documents are exported
Triggered when user exports the files
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Flow Name
|
flowName | string |
Please add a unique Flow name which you will be able to select from within Lawlift app. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Owner Name
|
ownerName | string |
Publication owner name. |
Owner Email
|
ownerEmail | string |
Publication owner email address. |
Respondent Name
|
respondentName | string |
Respondent name. |
Respondent Email
|
respondentEmail | string |
Respondent email address. |
Respondent Login Type
|
respondentLoginType | string |
Respondent login type. |
Exported Documents
|
documents | array of Documents |
Array containing all exported .docx files. |
Custom Data Object
|
data | object |
Data object containing custom data of the template. |
Custom Data JSON file
|
dataJSON | byte |
Content of the custom data JSON file. |
Answers JSON file
|
answersJSON | byte |
Content of the answers JSON file. |
Answers CSV file
|
answersCSV | byte |
Content of the answers CSV file. |
Folder Path
|
folderPath | string |
Default /lawlift folder path. |
publication
|
metadata.publication | object | |
template
|
metadata.template | object |
Definitions
Documents
Content array of the exported files.
Name | Path | Type | Description |
---|---|---|---|
File Content
|
fileContent | byte |
Content of the exported file. |
File Name
|
fileName | string |
File name of the exported file. |
documentMetadata
|
documentMetadata | object |
Document metadata. |