How to turn google sheet graphs / charts to pdf & send it via email to user

I have data on one sheet which automatically updates when a user submits a form and i have the charts on another sheet. How can i turn that sheet into pdf and send to a user via email in make.com ?


The Google Docs/Sheets exports links are as follows:

https://docs.google.com/spreadsheets/<file_id>/export?format=pdf
https://docs.google.com/document/<file_id>/export?format=pdf

Use the HTTP “Get a File” module with these links.

For more information, see Convert doc / docx to pdf

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes