Hi there,
for customers (not users, they don’t have any login) i want to send a link trough mail so that the can alter a record in a form and save the result.
I already understand how to mail a customer i’m not sure how to generate an url link to a specific record.
The situation is as follows
A user (logged in) makes a record in the record is also the email for the costumer.
next i wan’t to mail that costumer so that he receives a link to the record in the database. the costumer is not a user and has therefor no login credentials.
The question is how to build a url link to a record so i can give that link in an email?
any suggestions?