Mail Merge with Data String (Single Doc)

Connector ID: MailMerge

Generate reports or fill forms from various data collection sources with PDF4me Mail merge actions. Your dynamic data collection transforms to any form of document (Word and PDF) with PDF4me Mail Merge features. This action produce single document from single data item.

mail-merge-string-single-action

Parameters

Data StringString, Required

Data collection as a json data string.

Sample Json Structure (List Array):

[
  ["FieldName1", "FieldName2", "FieldName3"],
  ["FieldValue1", "FieldValue2", "FieldValue3"],
  ["FieldValue4", "FieldValue5", "FieldValue6"]
]

json array

(OR)

Sample Json Structure (List Object):
json array

Template File DataBase64, Required

Template file content from the source location. It could support .docx and .pdf file formats only.

Template File NameString, Required

Template file name with proper extension.

Output

File ContentBinary

Output file generated by Mail Merge action.

File NameString

Output filename generated by mail Merge action.