Creates .docx document by filling merge fields in a .docx document with the help of Make.
Output Parameters
Parameter |
Description |
Example |
---|---|---|
File Content |
The content of the result .docx file. |
It is the content of the result file. |
Input Parameters
Parameter |
Description |
Example |
---|---|---|
Connection |
To allow your scenarios to get information from and send it to Plumsail Documents, you need to create a connection. |
For more information on how to create a connection to Plumsail Documents, see the online Help. |
File |
The raw content of the source .docx file with merge fields. You can extract file content from other connectors like:
|
You can find instructions about creation of a document with merge fields in this article. Use this link to download the sample document. |
JSON data |
Data to bind to the template in JSON format. You can obtain this data from other Make.com apps. |
{
"EmployerFullName": "David Navarro",
"EmployeeFullName": "Anil Mittal",
"CompanyName": "Contoso LLC",
"Position": "Marketing manager",
"SalaryAmount": 5000,
"ListOfBenefits": "list of any benefits that come with employment",
"BonusesPolicyDescription": "annual evaluation",
"EffectiveDate": "10/27/2024",
"TerminationDate": "10/27/2025",
"State": "New York"
}
|
Download a DOCX template and use it in the Fill in Merge Fields in DOCX document action along with the JSON data.