Amego Knowledge Base: Your Ultimate Resource for Support and Guidance
Swoogo Merge Fields
Using App Merge Fields in Swoogo Connected Events

Amego has a few fields that come over from Swoogo which are helpful when used in the app. 


If you add these into Home > Screens > Header you can have something like Welcome, {{firstName}} and it will show Welcome, Jane


You can also add these to a URL so https://foo.com/attendee&email={{email}} will become https://foo.com/attendee&[email protected]


Always test before using these in production:

  • Attendee first name: {{firstName}} or {{first_name}} 
  • Attendee last name: {{lastName}} or {{last_name}} 
  • Attendee email: {{email}} 
  • Swoogo reg_id: {{external_id}} 
  • Swoogo secure_id: {{ca.secure_id}} 
  • Swoogo reg_type_id: {{ca.reg_type_id}}


Partner Integrated Example: https://customerwebsite.com/?embed=True&utm_source=swoogo&utm_medium=integration&ext-token={{ca.ext_token}}


Standard Example: https://customer-events.EMS.com/presclub2026/departure-notice?i={{ca.secure_id}}

https://www.customerwebsite.com/lf25/myinfo?i={{ca.secure_id}}

Did this answer your question?