Eventee
eventeeEventee is an intuitive mobile and web app that enhances attendee experience and engagement at in-person, virtual, or hybrid events.
Acciones disponibles (3)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add speakerEVENTEE_ADD_SPEAKERAcciónTool to add a new speaker to a specific eventee event. use after creating an event and obtaining its id.
EVENTEE_ADD_SPEAKERAcciónTool to add a new speaker to a specific eventee event. use after creating an event and obtaining its id.
Parámetros de entrada
namestringObligatorioFull name of the speaker
emailanyemailEmail address of the speaker
socialobjectSocial media links for the speaker as key-value pairs
companystringCompany the speaker represents
pictureanyuriURL to the speaker's picture
event_idstringObligatorioUnique identifier of the Eventee event
positionstringPosition of the speaker at their company
biographystringBiography of the speaker
lecture_titlestringTitle of the speaker's lecture
lecture_descriptionstringDescription of the lecture
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete SpeakerEVENTEE_DELETE_SPEAKERAcciónTool to delete a speaker by their id. use when you need to remove a speaker after confirming their id.
EVENTEE_DELETE_SPEAKERAcciónTool to delete a speaker by their id. use when you need to remove a speaker after confirming their id.
Parámetros de entrada
speaker_idstringObligatorioUnique identifier of the speaker to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List EventsEVENTEE_LIST_EVENTSAcciónTool to retrieve a list of all events. use when you need an overview of all events.
EVENTEE_LIST_EVENTSAcciónTool to retrieve a list of all events. use when you need an overview of all events.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not