How to integrate a Notification Preference Center into your website and add its link to your notification templates.
Add preference page link in tenant settings page
$embedded_preference_url
. You can add this variable in your templates to add preference page link in your notifications.Add preference page link in your templates
{{$embedded_preference_url}}
in your templates to redirect users to the preference page in your application when users clicks on that link.