Eventee is an intuitive mobile and web app that enhances attendee experience and engagement at in-person, virtual, or hybrid events.
Eventee is an intuitive mobile and web app that enhances attendee experience and engagement at in-person, virtual, or hybrid events. On Nagent, Eventee is exposed as a fully-configurable event management integration that any agent can call — 22 actions, and API key authentication. No code is required to wire Eventee into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Eventee to automate the kinds of tasks event management teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Eventee into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Eventee, with input parameters and output schema. Drop these into any step of an agent built in Helix.
EVENTEE_ADD_SPEAKERTool to add a new speaker to a specific Eventee event. Use after creating an event and obtaining its ID.
Input parameters
Biography of the speaker (plain text)
Full name of the speaker
Email address of the speaker
URL to the speaker's photo image
Company the speaker represents
Unique identifier of the Eventee event (can be string or integer)
Job title or position of the speaker
Instagram username or handle
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_CREATE_HALLTool 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.
Input parameters
The name of the hall/stage to create where sessions can be scheduled
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_CREATE_LABELTool 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.
Input parameters
The name of the label/track for categorizing sessions (e.g., 'Technology Track', 'Design Track')
Hex color code for the label (e.g., '#FF5733', '#3498DB'). Must start with # followed by 6 hexadecimal characters.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_CREATE_PARTNERTool to add a new partner/sponsor to the event. Use when you need to register sponsors or exhibitors for your event.
Input parameters
Partner website URL
Partner contact email address
Partner contact phone number
Partner physical address
The name of the partner/sponsor company
Description of the partner/sponsor
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_CREATE_PAUSETool 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.
Input parameters
End time in format YYYY-MM-DD HH:MM:SS (must be within event date range and after start time)
Name of the pause/break (e.g., Coffee Break, Lunch Break)
Start time in format YYYY-MM-DD HH:MM:SS (must be within event date range)
Unique identifier of the Eventee event (can be string or integer)
Optional description of the pause/break
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_DELETE_ATTENDEETool to remove an attendee from the event by their email address. Use when you need to delete an attendee registration.
Input parameters
Email address of the attendee to remove from the event
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_DELETE_HALLTool to delete a hall/stage from an event by its ID. Use when you need to remove a hall/stage after confirming its ID.
Input parameters
Unique identifier of the hall/stage to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_DELETE_PARTNERTool to delete a partner/sponsor by their ID. Use when you need to remove a partner after confirming their ID.
Input parameters
Unique identifier of the partner/sponsor to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_DELETE_REGISTRATIONTool to remove a registration from the event by email address. Use when you need to delete or cancel a specific registration.
Input parameters
Email address of the registration to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_DELETE_SPEAKERTool to delete a speaker by their ID. Use when you need to remove a speaker after confirming their ID.
Input parameters
Unique identifier of the speaker to delete
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_DELETE_TEST_CONTENTTool 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.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_GET_GROUPSTool 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.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_GET_PARTICIPANTSTool 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.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_GET_PARTNERSTool to retrieve all partners/sponsors for an Eventee event. Use this to get information about exhibitors and sponsors associated with your event.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_GET_REGISTRATIONSTool 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.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_GET_REVIEWSTool 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.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_INVITE_ATTENDEETool 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.
Input parameters
Array of user objects to invite. Each user object must contain an email field.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_INVITE_REGISTRATIONTool to invite registrants to your Eventee event by email. Use when you need to send event invitations to one or more participants.
Input parameters
Array of registration objects containing email addresses to invite
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_LIST_EVENTSRetrieves 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.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_UPDATE_HALLTool 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.
Input parameters
Updated name of the hall/stage
Updated display order of the hall
Updated streaming URL for the hall if available
Unique identifier of the hall/stage to update
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_UPDATE_LECTURETool 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.
Input parameters
Unique identifier of the lecture to update
End time of the lecture in format YYYY-MM-DD HH:MM:SS (e.g., 2025-08-26 15:30:00)
Name/title of the lecture
Start time of the lecture in format YYYY-MM-DD HH:MM:SS (e.g., 2025-08-26 14:00:00)
ID of the hall where the lecture takes place
Description of the lecture
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
EVENTEE_UPDATE_PARTNERTool to update an existing partner/sponsor details. Use when you need to modify partner information such as company name, contact details, or status.
Input parameters
Unique identifier of the partner to update
Website URL
Contact email address
Contact phone number
Physical address
Company name
Whether partner is a sponsor
Whether partner is an exhibitor
Partner description
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 44 agents privately built on Nagent that already use Eventee.
Build on Nagent
Connect Eventee to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Eventee, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Eventee is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Eventee is connected, you configure its 22 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Eventee steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Eventee event fires, the agent kicks off automatically.
Every Eventee action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Eventee ships with 22 pre-built event management actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Eventee together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Eventee-based workflows tailored to your business.