# Evenium AI integration on Definable

> Evenium is an all-in-one event management platform that simplifies the planning, execution, and analysis of professional events.

## What this connects

Evenium is an all-in-one event management platform that simplifies the planning, execution, and analysis of professional events.

Vendor: https://corp.evenium.com/

## Tools available

**12** tools available. First 12:

- `EVENIUM_CREATE_CONTACT` — Create Contact — 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.
- `EVENIUM_DELETE_CONTACT` — Delete Contact — 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.
- `EVENIUM_GET_CONTACT` — Get Contact — 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.
- `EVENIUM_GET_CONTACT_BY_CUSTOM_ID` — Get Contact by Custom 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.
- `EVENIUM_GET_CONTACT_EVENTS` — Get Contact Events — 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.
- `EVENIUM_GET_CONTACT_EVENTS_BY_CUSTOM_ID` — Get Contact Events by Custom ID — 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.
- `EVENIUM_GET_CONTACTS` — Get Contacts — Tool to retrieve a list of contacts from Evenium. Use when you need to fetch and optionally filter organizer contacts.
- `EVENIUM_GET_EVENTS` — Get Events — 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.
- `EVENIUM_IMPORT_CONTACTS` — Import Contacts — 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.
- `EVENIUM_LOGOUT` — Logout — Tool to log out the current user and invalidate the session token. Use when you need to explicitly end the current session.
- `EVENIUM_UPDATE_CONTACT` — Update Contact — Tool to update an existing contact in Evenium by contact ID. Use when you need to modify contact details such as email, name, company, or custom fields.
- `EVENIUM_UPDATE_CONTACT_BY_CUSTOM_ID` — Update Contact by Custom ID — Tool to update a contact in Evenium by custom ID (external ID from your CRM/database). Use when you need to update contact details using your own identifier rather than Evenium's internal ID.

## Auth

Auth schemes: `API_KEY`.

## How agents use Evenium

Inside a Definable workflow, Evenium is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Evenium** — the Researcher (GPT-5.5) pulls context from Evenium (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Evenium** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Evenium (create record, post message, draft email).
- **Designer / Engineer → Distributor → Evenium** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Evenium (attach file, open PR comment, post status).

The Verifier checks every Evenium call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- event management — https://definable.ai/apps/category/event-management/

## Related

- HTML page: https://definable.ai/apps/evenium/
- Same category (event management): https://definable.ai/apps/category/event-management/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
