- Home
- Resources
- Integrations
- PDF Generator API
PDF Generator API Make integrationAutomate PDF Generator API with Make.
Need a PDF filled with fresh data every time something happens in another app? The PDF Generator API Make integration gives you 2 action modules that merge a template with your data. This guide connects your account and walks you through a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What does the PDF Generator API Make integration do?
The integration lets a Make scenario, the automation you build as a chain of modules, send data to one of your PDF Generator API templates and get back a finished document. You design the template once in PDF Generator API, and Make fills it with the values it picked up earlier in the flow, without any code.
A quote for every deal that is ready. A CRM or a form hands its fields to Make, and Generate Document merges them into your quote template. You get back the file itself, encoded in base64, ready for the next module to attach to an email or save to storage.
A shareable link instead of a file. Choose the public URL option and PDF Generator API hosts the document for you. Keep in mind that the link stops working after 30 days, since the stored file is deleted automatically.
Anything the listed modules skip. Make an API call reaches any other endpoint of the PDF Generator API, reusing the same connection, so you are not stuck with only one module.
The app has no trigger, so something else has to start the scenario: a module from another app, or the schedule of Make. If you are still weighing tools, the n8n vs Make comparison lays out both, and the Make pricing page explains how operations are counted. If you would rather hand it off, a Make agency can build it for you.
How do you connect PDF Generator API to Make?
- 01
Gather your keys
You need an active PDF Generator API account first. Open Account Settings there and copy three values: the API key, the API secret and the workspace identifier. Keep them in a safe spot for the next step.
- 02
Open the connection window
In your Make scenario, add a PDF Generator API module and click Create a connection. The Connection name field is optional, but a clear label helps when several workspaces live in the same Make account.
- 03
Paste and save
Paste the key, the secret and the workspace identifier into the matching fields, or follow the on-screen instructions, then save. The connection is your account linked to Make once, and every PDF Generator API module reuses it.
Your first scenario with PDF Generator API
GoalWhen a new record shows up in another app, Make turns it into a PDF with PDF Generator API.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the +. Pick the app that holds your data, since PDF Generator API has no trigger of its own.
- 02
Set up the source module
Connect that app and fill its fields. Each record it returns becomes a bundle, one item that flows to the next module, carrying the values your PDF needs.
- 03
Add Generate Document
Click the + on the right, search PDF Generator API and pick Generate Document. Link your connection, choose your template and map the fields from the first module.
- 04
Test with Run once
Click Run once. Make runs the scenario a single time, and you can open each module to read the bundles it received and check the document that came back.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, and turn the scenario on. From then on each new record produces its PDF without you stepping in.
What PDF Generator API can do in Make
PDF Generator API gives you 2 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Generate Document
ActionIn Make“Merges template with data and returns base64 encoded document or a public URL to a document. You can send JSON encoded data in the request body or a public URL to your JSON file as the data parameter. When the public URL option is used, the document is stored for 30 days and automatically deleted.”
Hand it a template and your data, and it returns a finished document, either as a base64 file or as a public link. Your data goes in the request as JSON, or through a public URL to a JSON file.
Make an API call
ActionIn Make“Performs an arbitrary authorized API call.”
This one opens the rest of the PDF Generator API to your scenario: you write the request, and Make sends it with the connection you already set up, so there is no extra login to manage.
Need help automating PDF Generator API with Make?
A person reads every message.