Evenium
Event management platform for contacts, address-book entries, event registrations, and custom-ID lookups.
Helps event teams that maintain a unified contact list, fetch contacts by internal or external ID, and check which events each contact has been invited to.
Sign in to connect Evenium
Sign in to connect an account and start using Evenium in your apps.
Example Use Cases
These are example ways Snow can use Evenium when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Tool to create a new contact in the Evenium address book. Use when you need to add a new contact with basic information (name, email, company) and optional custom fields.
Tool to permanently remove a contact from the Evenium address book. Use when you need to delete a contact by their ID. WARNING: This operation is irreversible and deletes all associated guests in cascade.
Tool to retrieve a single contact by ID from Evenium. Use when you need to fetch details for a specific contact using either Evenium internal ID or custom external ID.
Tool to retrieve a specific contact from Evenium by their custom ID (external database ID). Use when you need to look up a contact using an identifier from your own CRM or database system.
Tool to retrieve all events that a contact has been invited to or registered for. Use when you need to see a contact's event history with registration details.
Retrieves all events a contact has been invited to using their custom ID. Use this when you need to find all events associated with a specific contact identified by a custom ID from your database.
Tool to retrieve a list of contacts from Evenium. Use when you need to fetch and optionally filter organizer contacts.
Retrieves a paginated list of events from Evenium with optional filtering and sorting. Use this to list all events or search for specific events by title, code, or location. Supports pagination via start/limit parameters and sorting via sort/direction parameters. By default, returns active events only; use filter flags to include archived, deleted, or draft events.
Tool to import multiple contacts at once (batch import). Creates new contacts or updates existing ones based on customId or email matching. Use when you need to bulk create or update contacts in Evenium.
Tool to log out the current user and invalidate the session token. Use when you need to explicitly end the current session.