Hi,
Happy to share with you this new plugin which lets you upload Stripe pdf invoices into your app with backend workflows !
This means that the pdf files will be available inside your Bubble app, and you can then do whatever you want with it (show it to your customers, automatically send it in an email to your accountant etc…) !
Example of my own use case: I needed to automatically send Stripe’s pdf monthly invoices from my other Bubble plugin : docmaker.co/bubble-plugin (Bubble pdf creation plugin) to my accountant’s system.
So I have set up a webhook in Stripe, listening to the “invoice_payment.succeeded” event, then created an API workflow to receive this webhook call in my Bubble app with just 3 steps :
- retrieve the invoice URL from Stripe
- retrieve the pdf file with the present plugin
- send the invoice pdf file as attachement in email to my accountant
And that’s it!
How does it work ? Just watch this short video : Loom | Free Screen & Video Recording Software
Want to know more ?
Have a look at the demo app and editor
Want the plugin ?
Here is the link :
Enjoy!