Using RainFocus Magic URLs in Amego
This guide explains how to correctly implement RainFocus Magic URLs that automatically log attendees in using an authentication token. These URLs are commonly used for features such as launching ServiceNow surveys from your event app.
Deprecated Token: {{ca.rf_auth_token}}
The older merge field: {{ca.rf_auth_token}} is being phased out.
- Both tokens (
{{ems_auth_token}}and{{ca.rf_auth_token}}) will be supported through Amego version 4.15.0. - Support for
{{ca.rf_auth_token}}will be removed during the first week of January.
Please update any existing templates now to prevent broken links.
Required Token: {{ems_auth_token}}
RainFocus Magic URLs rely on an authentication token that is passed into the URL when an attendee launches it from the Amego app.
To ensure compatibility going forward, you must use: {{ems_auth_token}}
This token should replace any previous token fields used for RainFocus.
Example: Updated RainFocus Magic URL
Below is a correct implementation using the new merge field:
https://reg.customer.com/flow/authTokenLogin?authToken={{ems_auth_token}}&workflowApiToken=customer.event2026.connect-quest
Replace only the token value; the rest of the URL structure can follow the format provided by RainFocus.
Related Documentation
We currently provide help documentation for Swoogo Merge Fields. A complementary guide for RainFocus Merge Fields is recommended to support admins using RF-powered events.
If you need assistance creating that document, feel free to ask!
