Connections
Connections let event attendees network with each other through the Guest Portal. Guests can discover, connect with, and add notes about other attendees.
Viewing connections
| View | Path | Scope |
|---|---|---|
| Connections (global) | /app/connections | All connections across events |
| Event Connections | /app/events/:eventId/connections | Connections within one event |
| Connection detail | /app/connections/:id | Full detail for a single connection |
How connections work
- An attendee views another guest's public profile at
/p/:token - They click Connect to send a connection request
- The other attendee accepts (or the connection is established, depending on configuration)
- Both guests see the connection in their Connections list
Anonymous connect
Visitors who are not signed in may see a connect option on a public profile. They are redirected to sign in first, then must click Connect again after authentication.
Known limitation
The connect dialog does not auto-resume after a login redirect from a public profile. The user must click Connect again after signing in.
Connection details
On the connection detail page, attendees can:
- View the connected guest's public profile information
- Add private notes about the connection
- Attach images (where enabled)
Organiser perspective
Networking is enabled by the event licence. Organisers do not manage individual connections — they are entirely attendee-driven. Organisers can see aggregate attendee counts and check-in status from the Attendees tab.
Related
- Guest Portal — portal navigation
- Digital Pass & Profiles — public profile URLs
- Event Management — event setup
- Event Licensing — networking feature availability