I am building an internal app, one part of which is to create and manage quotes for customers
Using DocsAutomater, I am able to automatically email customers a PDF of the quote
Currently, customers can only approve their quotes by either replying to the email or contacting us by phone. I would like to create an “Approve” button, that flags the specific quote as such either in the PDFs or (more likely) in the body of the email
I would like for customers not to have to log into my Glide app to approve their respective quotes. Is there a way to configure this where a button containing a unique approval URL is included in the email body?
I don’t have any experience with this, but my thinking is if you add a webhook URL as the destination of your button, you can sort of trigger something when the user clicks the button. If the URL can contain parameters, I don’t know if it can be parsed later on, but if it’s possible you might want to explore it.
Hi @mstam2, you can achieve this using the Glide API and just would need an environment where you can catch that webhook when it’s clicked + pass a row id of the quote you want to update.