# Eventee

Eventee is an intuitive mobile and web app that enhances attendee experience and engagement at in-person, virtual, or hybrid events.

- **Category:** event management
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 22
- **Triggers:** 0
- **Slug:** `EVENTEE`
- **Version:** 20260424_00

## Tools

### Add speaker

**Slug:** `EVENTEE_ADD_SPEAKER`

Tool to add a new speaker to a specific Eventee event. Use after creating an event and obtaining its ID.

### Create Hall

**Slug:** `EVENTEE_CREATE_HALL`

Tool to create a new hall/stage for an event where sessions can be scheduled. Use when setting up venues or stages for your event to organize presentations and activities.

### Create Label

**Slug:** `EVENTEE_CREATE_LABEL`

Tool to create a new label/track for categorizing event sessions by topic or theme. Use this when organizing sessions into different tracks like technology, design, or marketing themes.

### Create Partner

**Slug:** `EVENTEE_CREATE_PARTNER`

Tool to add a new partner/sponsor to the event. Use when you need to register sponsors or exhibitors for your event.

### Create Pause

**Slug:** `EVENTEE_CREATE_PAUSE`

Tool to create a new break/pause in the event schedule (e.g., coffee break, lunch). Use when scheduling breaks between sessions. Start and end times must be within the event date range.

### Delete Attendee

**Slug:** `EVENTEE_DELETE_ATTENDEE`

Tool to remove an attendee from the event by their email address. Use when you need to delete an attendee registration.

### Delete Hall

**Slug:** `EVENTEE_DELETE_HALL`

Tool to delete a hall/stage from an event by its ID. Use when you need to remove a hall/stage after confirming its ID.

### Delete Partner

**Slug:** `EVENTEE_DELETE_PARTNER`

Tool to delete a partner/sponsor by their ID. Use when you need to remove a partner after confirming their ID.

### Delete Registration

**Slug:** `EVENTEE_DELETE_REGISTRATION`

Tool to remove a registration from the event by email address. Use when you need to delete or cancel a specific registration.

### Delete Speaker

**Slug:** `EVENTEE_DELETE_SPEAKER`

Tool to delete a speaker by their ID. Use when you need to remove a speaker after confirming their ID.

### Delete Test Content

**Slug:** `EVENTEE_DELETE_TEST_CONTENT`

Tool to clear all test content from the event. Use this during development or testing to remove test data. This operation is destructive and cannot be undone.

### Get Groups

**Slug:** `EVENTEE_GET_GROUPS`

Tool to retrieve all event groups from Eventee (e.g., VIP attendees, speaker groups). Use this to get the list of attendee groups configured for your event.

### Get Participants

**Slug:** `EVENTEE_GET_PARTICIPANTS`

Tool to retrieve all participants/attendees for an Eventee event. The event is determined by your API token. Use this to get a list of all attendees who have registered or been invited to your event.

### Get Partners

**Slug:** `EVENTEE_GET_PARTNERS`

Tool to retrieve all partners/sponsors for an Eventee event. Use this to get information about exhibitors and sponsors associated with your event.

### Get Registrations

**Slug:** `EVENTEE_GET_REGISTRATIONS`

Tool to retrieve all registrations for an Eventee event. The event is determined by your API token. Use this to get a list of all registered attendees for your event.

### Get Reviews

**Slug:** `EVENTEE_GET_REVIEWS`

Tool to retrieve all reviews for your Eventee event. Reviews can include ratings and feedback from attendees about speakers, lectures, or the event itself. Use this to analyze attendee satisfaction and gather feedback.

### Invite Attendee

**Slug:** `EVENTEE_INVITE_ATTENDEE`

Tool to invite attendees to your Eventee event by sending invitation emails to specified users. Use when you need to send event invitations to new attendees.

### Invite Registration

**Slug:** `EVENTEE_INVITE_REGISTRATION`

Tool to invite registrants to your Eventee event by email. Use when you need to send event invitations to one or more participants.

### List Events

**Slug:** `EVENTEE_LIST_EVENTS`

Retrieves the content structure of your Eventee event including halls, speakers, lectures, workshops, and other event components. The event is determined by your API token. Use this to get an overview of all content within your event.

### Update Hall

**Slug:** `EVENTEE_UPDATE_HALL`

Tool to update an existing hall/stage details in an Eventee event. Use when you need to modify hall properties like name, order, or streaming URL.

### Update Lecture

**Slug:** `EVENTEE_UPDATE_LECTURE`

Tool to update an existing lecture/session details in Eventee. Use when modifying lecture information such as name, time, or description. Note that all required fields (name, start, end) must be provided even for partial updates.

### Update Partner

**Slug:** `EVENTEE_UPDATE_PARTNER`

Tool to update an existing partner/sponsor details. Use when you need to modify partner information such as company name, contact details, or status.
