Hello everyone,
I am working on a script where I send invoice data from Airtable to the QR-Invoice API to receive a QR invoice in PDF format. I then want to store this PDF as an attachment in an Airtable table for a specific customer.
My goal is to automate the entire process (sending data, receiving the QR invoice, and saving the PDF as an attachment) within a single Airtable script, without the need for another automation tool like Zapier or Integromat. The process I'm envisioning is as follows:
- Invoice data from Airtable: I fetch the invoice data from an Airtable table.
- Sending data to QR-Invoice: The data is sent to the QR-Invoice API to receive a QR invoice in PDF format.
- Saving and linking the PDF: Once I receive the PDF, I want to save it as an attachment in the same Airtable table for the corresponding customer.
My question is:
- Can this entire workflow be achieved entirely within a single Airtable script?
- Or would I need to integrate additional automation tools (e.g., Zapier, Integromat, etc.)?
I look forward to any insights or solutions on how to implement this workflow directly in Airtable.
Thank you in advance!