In my Zapier App - that’s Fattura24, I would like to add an action called ‘GetFile’.
First of all y add an Input field in which I could enter a document Id;
then I call my API in a way like this:
endpoint: URL: https://www.app.fattura24.com/api/v0.3/GetFile
params: { apiKey: xxxxxxxxxx,
docId: 123456 }
The result of this call is actually a PDF file identified by docId.
I would like to build a method by which the user can download (or prompted to do so) the file in his desktop. Any suggestion?
Thanks to all