Summary
The {activation_url} merge tag generates a unique link allowing users to activate their account after registering. This is useful when manual approval or email confirmation is required before granting access to the site.
Usage
{activation_url}
Notes
The {activation_url} merge tag should be used in a notification triggered by the “User is pending activation” Notification Event, not the default “Form is submitted” Notification Event. This is because the User Registration feed is processed in the background.
If the default “Form is submitted” Notification Event is used, the {activation_url} merge tag might not be available and could appear blank in the notification.