← Tools Reference

Evenium

Evenium integration (Productivity, Communication). Imported from open-connector.

API key6 toolshttps://evenium.com
GET
evenium_list_events
List Evenium events with optional title, status, date filters, and pagination.

/api/1/events

10 parameters
ParamTypeRequiredDescription
maxResultsintegeroptionalThe maximum number of events to return.
firstResultintegeroptionalThe zero-based offset of the first event to return.
startsAfterstringoptionalOnly return events that start after this ISO 8601 timestamp.
startsBeforestringoptionalOnly return events that start before this ISO 8601 timestamp.
endsAfterstringoptionalOnly return events that end after this ISO 8601 timestamp.
endsBeforestringoptionalOnly return events that end before this ISO 8601 timestamp.
createdAfterstringoptionalOnly return events created after this ISO 8601 timestamp.
createdBeforestringoptionalOnly return events created before this ISO 8601 timestamp.
titlestringoptionalOnly return events whose title contains this value.
statusstringoptionalOnly return events with this Evenium status value.
GET
evenium_get_event
Get one Evenium event by event ID or external event ID.

/api/1/events/{eventId}

1 parameter
ParamTypeRequiredDescription
eventIdstringrequiredThe Evenium event identifier or external event ID.
GET
evenium_list_guests
List guests for one Evenium event with optional attendee filters, expansions, and pagination.

/api/1/events/{eventId}/guests

11 parameters
ParamTypeRequiredDescription
eventIdstringrequiredThe Evenium event identifier or external event ID.
maxResultsintegeroptionalThe maximum number of guests to return.
firstResultintegeroptionalThe zero-based offset of the first guest to return.
fieldsarrayoptionalOptional guest sub-resources to expand on guest responses.
statusstringoptionalOnly return guests with this Evenium RSVP status.
sincestringoptionalOnly return guests updated after this ISO 8601 timestamp.
untilstringoptionalOnly return guests updated before this ISO 8601 timestamp.
lastNamestringoptionalOnly return guests whose last name matches this value.
firstNamestringoptionalOnly return guests whose first name matches this value.
emailstringoptionalOnly return guests whose email exactly matches this value.
companystringoptionalOnly return guests whose company matches this value.
GET
evenium_get_guest
Get one Evenium guest by contact ID or guest code for a given event.

/api/1/events/{eventId}/guests/guestCode/{guestCode}

4 parameters
ParamTypeRequiredDescription
eventIdstringrequiredThe Evenium event identifier or external event ID.
contactIdstringoptionalThe Evenium contact identifier or external contact ID.
guestCodestringrequiredThe Evenium guest code.
fieldsarrayoptionalOptional guest sub-resources to expand on guest responses.
GET
evenium_get_guest_status
Get the current RSVP status for one Evenium guest.

/api/1/events/{eventId}/guests/{contactId}/status

2 parameters
ParamTypeRequiredDescription
eventIdstringrequiredThe Evenium event identifier or external event ID.
contactIdstringrequiredThe Evenium contact identifier or external contact ID.
GET
evenium_get_guest_post_status
Get the current post-event attendance status for one Evenium guest.

/api/1/events/{eventId}/guests/{contactId}/postStatus

2 parameters
ParamTypeRequiredDescription
eventIdstringrequiredThe Evenium event identifier or external event ID.
contactIdstringrequiredThe Evenium contact identifier or external contact ID.