Events & Scheduling12 toolsPaste one API key
Evenium integration for AI agents
Evenium is an all-in-one event management platform that simplifies the planning, execution, and analysis of professional events.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Evenium once and call the same tools from all of them.
Setup
Connect Evenium through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Evenium exposes 12 tools through ClawLink. The 11 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
evenium_get_contact | Retrieve a single contact by ID from Evenium | Read |
evenium_get_contact_by_custom_id | Retrieve a specific contact from Evenium by their custom ID (external database ID) | Read |
evenium_get_contact_events | Retrieve all events that a contact has been invited to or registered for | Read |
evenium_get_contact_events_by_custom_id | Retrieves all events a contact has been invited to using their custom ID | Read |
evenium_get_contacts | Retrieve a list of contacts from Evenium | Read |
evenium_get_events | Retrieves a paginated list of events from Evenium with optional filtering and sorting | Read |
evenium_create_contact | Create a new contact in the Evenium address book | Write |
evenium_import_contacts | Import multiple contacts at once (batch import) | Read |
evenium_update_contact | Update an existing contact in Evenium by contact ID | Write |
evenium_update_contact_by_custom_id | Update a contact in Evenium by custom ID (external ID from your CRM/database) | Write |
evenium_logout | Log out the current user and invalidate the session token | Read |