Articles on: Release notes

Release Notes 2.197.0 (12.03.2025)

Improvements



Forms: Send document to third party service

We have introduced a new action for Forms, which allows you to send the generated document with form data to other services. This new feature will allow you to set up complex workflows between different services to automate your business flows and document generation.

You can define the callback URL and add custom headers, which are included when PDF Generator API makes a POST request to the callback URL.

The callback URL will receive a POST request in the same format as the Async Document Generation, but you will also receive the form_data property containing the data added to the form.

Response example

{
    "response": "https://us1.pdfgeneratorapi.com/share/1212821/VBERi0rxLjcKJeLjz9MKNyAwIG9i",
    "form_data": {
        "name": "John Smith",
        "company": "ACME Inc",
        "address": "70 Washington Square South, New York, NY 10012, United States"
    },
    "meta": {
        "name": "a2bd25b8921f3dc7a440fd7f427f90a4.pdf",
        "display_name": "a2bd25b8921f3dc7a440fd7f427f90a4",
        "encoding": "binary",
        "content-type": "application/pdf"
    }
}


Send document to third party service

Fixes


Fixed the Template Data Structure generation issue, affecting the API endpoint and Sample Data creation in the Customer Portal.

Internal updates


Release 2.197.0 introduces internal updates, refactoring, and code improvements that are not directly visible to end-users.

Updated on: 12/03/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!