Can a click on an external button from example mailer lite start a workflow in my bubble application…
I have maked a bill module where my users can send bills to there customer… and when the user fill out data in there backoffice it generates it as an entry in the database
I have then maked a new page with a clean view of that bill (not editable) so there will be a workflow that when my user creates that bill it will automatically sendt to the customer by mail… in that mail i want a button there says “see my bill now” then i want to redirect them to the page with the clean view of the bill and send the data from there entry to that bill…
How can i make that possible?