Link and store data to the database to send it to another page when someone click an external button

so i want a workflow there store inputs to a database - create an unique dynamic link that i can refere to external - when my customer click that button in an emal they get sendt to an another page in bubble there now display the data entry for that link


so i have maked this “template” where my users can fill out a quote/ “tilbud” for there customers… when they click send it creates a data entry with this quote and supposely send an email to the customer there is typed in the customer input…

the email they recieve will look kinda like this like this:


so when the customer hit the button “Se Tilbud nu”

they should be navigated to a seperate page i have created in bubble where all the quote data is displayed

this page is maked out from an reusable element… so i assume thats where the data should be sendt to…

the customer should now be presented for the quote maked specific for them and have 2 options for accept or deny the quote… witch should then chnage a thing of the quote status

so what i cant get to work is from creating the quote and then make an unique link to store the quote on that the button in the mail the direct them to… and then display the quote data in this new window that the customer get directed to

I didn’t quite get your problem but i assume you want to display the quote details by a unique button. For that you need to use url parameters and pass the unique I’d of the quote and when opening the accept/reject quote page you need the fetch the quote details from the url which is unique I’d of the quote.

so how do i excatly do that?
the button that i use to direct them to the accept/reject page is external in a mail template i have maked in mailgun there will be sendt out to the customer…

so how do i set that up so it can read it external also?

are you okay to connect on zoom ? i will guide you on how to achieve using url params its just a lot to type to explain

i dont have time right now… but will be really great with you help… can we do it tomorrow?

yeah no worries drop me a Hi in in the dm’s i will guide you when free

dm sent :slight_smile:

still not solved…

What exactly is the problem? Are you asking how Mailgun can be used to navigate the user to a link when he clicks a button in an email?

Yeah and then display the data from the quote entry there is dedicated to that customer the email is sent to

You need to create a new page and set its “type of content” as “quote”, then you can make a URL for the quote by appending the page URL (without the debug mode parameter) with the ID of the quote, which means that the page URL will be static and the ID will be dynamic.

For Mailgun, you need to look in its documentation to see how to add the wanted button in the email.