I’m building a CRM and would like to know best practises to build a system able to show data without users having to sign-in.
Here’s a few examples of what I’m looking for:
Data statuses like orders, contracts, etc.
An email notification is sent to a customer triggered via user interaction or automation in the CRM. Customer receives email. Clicks on button in the email to see status and gets taken to a link where he can see current status and other info.
Giving feedback.
Same setup with email notification but customer is taken to a page where he can choose a star rating and write a comment.
Do I need to create dynamic urls and if so how would I do that and then make sure the added data is linked to the right data in Glide? Or are there other methods?
Would like to keep everything inside glide, no third party integrations other then make and Gmail.