Anvil is a PDF filling service. I started using it after seeing how easy it was (thanks @richardjlo ). While the API is intuitive enough, I think a native node would be very useful.
For my usecases, most important would be the PDF Filling functionality (https://www.useanvil.com/docs/api/fill-pdf). By default, should be possible to load in available fillable PDFs connected to that account, but also optionally specify this dynamically via expressions.
@Jean_Paul_MASCLET I have an example I found when I did a quick test a while back. Since Anvil generates an API for each PDF template you create, it might not be that helpful but figured I’d share in the case it does help.
I don’t actually use Anvil myself so unfortunately can’t answer specific questions (just used it once or twice in May last year).
Hi @MutedJam ,
My bad, I’m not very understandable I think.
I’m looking to retrieve the PDF file (populated via anvil API).
Download, send by mail, whatever the solution.
Thanks for your help again.
Ah sorry, I’ve just re-read your comment and noticed you’re not calling the Webhook URL yourself (but rather have bubble send data to it).
The suggested approach would start a download, but that doesn’t help much if it’s not you visiting the URL. If your’re fine with sending out the file via email you could just connect a Send Email node to your HTTP request node fetching the file.
Just make sure to enter data in the Attachments field (which is the binary property name your HTTP Request node uses from the looks of it):