Over the past few months, Iāve had several clients and customers asking me how to create a PDF file / attachment that has a multiline component, in most cases, an invoice. The requirement to have the file as a PDF to email or save as an attachment is quite a common request.
Over the Christmas break Iāve created a step-by-step video playlist on my YouTube channel which will guide you through the complete Knack / Make integration.
This isnāt designed as a beginners guide as some experience with both tools is required.
The output for this series is shown below. Check the video descriptions for associated links.
Thanks @Craig_Anderson - I appreciate your positive feedback
Itās been on my list for a while but as youāll likely appreciate it takes some time to produce the content. . The Christmas break seemed like the ideal opportunity.
Excellent series, Carl. I learned a lot, thank you. I had a rudimentary version for archiving ancillary records in one of my apps, and thanks to your series, Iāve improved it significantly.
Hereās what Iāve also added to my process, now that i am using Convertio:
Knack API Check: Before starting the scenario, it checks if there are enough Knack API calls available for the day. If not, this job is delayed until the next day. This prevents running out of API calls for other day-to-day more essential tasks.
Convertio API Minutes Check: It ensures there are enough Convertio API āMinutesā remaining, as each run can have many archives within each ārunā. This is crucial in my process since the process involves destructive deletes, and I donāt want to miss creating PDFs due to insufficient minutes! (though i do also check just before the delete happens! #paranoid)
Below is my updated Make scenario, including the undocumented /balance API call for Convertio.