Evenium

Learn how to use Evenium with Composio

Overview

Enum

EVENIUM

Description

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

Authentication Details

Actions

Tool to retrieve a list of contacts from evenium. use when you need to fetch and optionally filter organizer contacts.

Action Parameters

order
string
page
integerDefaults to 1
pageSize
integerDefaults to 10
search
string

Action Response

data
object
error
string
successful
boolean
Tool to retrieve a list of events with optional filters. use after authenticating with evenium.

Action Parameters

archived
boolean
direction
string
includeDeleted
boolean
includeDrafts
boolean
limit
integer
search
string
sort
string
start
integer

Action Response

data
object
error
string
successful
boolean
Tool to log out the current user and invalidate the session token. use when you need to explicitly end the current session.

Action Parameters

Action Response

data
object
error
string
successful
boolean