Tool to fill PDF form fields programmatically using JSON or XML data. Use when you need to generate reports or populate forms from various data sources with mail merge functionality. Supports filling multiple documents from a list of data collection items.
metaDatastringAdditional metadata string for the form filling operation.
dataArrayRequiredstringStringified JSON array of field data objects to fill. Must be a JSON string, not a JSON array object. Example: '[{"Name":"John Doe","Email":"john@example.com"}]'
outputTypeRequiredstringOutput format specification. Typically 'PDF' for PDF output.
metaDataJsonstringMetadata in JSON string format for advanced configuration.
InputFormDataRequiredarrayArray of form data objects with field name-value pairs matching PDF form fields. Each object contains key-value pairs where keys are form field names and values are the data to fill. Example: [{"Name":"John Doe","Email":"john@example.com"}]
inputDataTypeRequiredstringData type for input data. Use 'JSON' for JSON data or 'XML' for XML data.
templateDocNameRequiredstringPDF template filename with .pdf extension to be filled.
templateDocContentRequiredstringBase64-encoded PDF form template content.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.