Expofp
expofpExpoFP provides free interactive floor plan software for expos and conferences.
Acciones disponibles (5)
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 CategoryEXPOFP_ADD_CATEGORYAcciónTool to add a new category to an expo. use when you have both the expo event id and a valid api token. example: "add category 'keynotes' to event 2655."
EXPOFP_ADD_CATEGORYAcciónTool to add a new category to an expo. use when you have both the expo event id and a valid api token. example: "add category 'keynotes' to event 2655."
Parámetros de entrada
namestringObligatorioName of the category to add
tokenstringObligatorioAPI token obtained from ExpoFP profile page.
eventIdintegerObligatorioUnique numeric ID of the expo event.
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 All Expo ExtrasEXPOFP_LIST_ALL_EXPO_EXTRASAcciónTool to list all extras for an expo. use after obtaining a valid exporter api token and expo event id. example: "list all extras for event 2655."
EXPOFP_LIST_ALL_EXPO_EXTRASAcciónTool to list all extras for an expo. use after obtaining a valid exporter api token and expo event id. example: "list all extras for event 2655."
Parámetros de entrada
tokenstringObligatorioAPI token obtained from ExpoFP profile page.
eventIdintegerObligatorioUnique numeric ID of the expo event.
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 All ExposEXPOFP_LIST_ALL_EXPOSAcciónTool to list all expos. uses mock api endpoint for testing.
EXPOFP_LIST_ALL_EXPOSAcciónTool to list all expos. uses mock api endpoint for testing.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove CategoryEXPOFP_REMOVE_CATEGORYAcciónTool to remove a category from an expo. use when you have the category id and a valid api token. example: "remove category #123."
EXPOFP_REMOVE_CATEGORYAcciónTool to remove a category from an expo. use when you have the category id and a valid api token. example: "remove category #123."
Parámetros de entrada
idintegerObligatorioUnique ID of the category to remove.
tokenstringObligatorioAPI token obtained from ExpoFP profile page.
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
Update CategoryEXPOFP_UPDATE_CATEGORYAcciónTool to update an existing category. use when you have the category id and a valid api token. example: "update category #1 name to 'category blue'."
EXPOFP_UPDATE_CATEGORYAcciónTool to update an existing category. use when you have the category id and a valid api token. example: "update category #1 name to 'category blue'."
Parámetros de entrada
idintegerObligatorioUnique ID of the category to update.
namestringObligatorioNew name for the category
tokenstringObligatorioAPI token obtained from ExpoFP profile page.
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