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:
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?
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.