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.
Many businesses offer secured links via emails without always requiring sign in:
Docusign (or any other esign software)
Food deliveries
Moving companies
Etc.
I have many use cases for this. Especially since a lot of customers are only one time customers and requiring them to create an account and signing in would cause unnecessary friction.
Is that possible with Glide while keeping security in mind?