I'm currently working on a Visitor Management System using FileMaker Server 19.3, with WebDirect enabled. I’ve implemented an email notification to be sent to the host when a visitor registers. Now, I’d like to improve this feature by adding two action buttons within the email:
Accept – to approve the visitor and allow them to pass
Reject – to deny the visitor entry
Goal:
- Based on the value (Accepted / Rejected), it should appear on a dedicated layout visible to Security at Reception — so they can easily confirm who is cleared to enter.
Current Setup:
- FileMaker Server 19.3
- WebDirect enabled
- Visitor registration form updates a hosted FileMaker record
- Email sent using
Send Mail
with visitor details
My Questions:
- How can I generate email buttons (Accept / Reject) that trigger a script or update the record when clicked?
- Is there a secure method to achieve this using WebDirect links?
- How can I ensure that clicking the link from the email opens WebDirect and passes parameters (e.g., visitor ID and action)?
- Any advice to prevent unauthorized access to this approval system?
I would really appreciate a sample script or URL structure recommendation.
Thank you in advance for your support!