NAiOS IconNAiOS Logo
Volver al catálogo

Expofp

expofp

ExpoFP provides free interactive floor plan software for expos and conferences.

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • namestringObligatorio

    Name of the category to add

  • tokenstringObligatorio

    API token obtained from ExpoFP profile page.

  • eventIdintegerObligatorio

    Unique numeric ID of the expo event.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All Expo ExtrasEXPOFP_LIST_ALL_EXPO_EXTRASAcción

Tool 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

  • tokenstringObligatorio

    API token obtained from ExpoFP profile page.

  • eventIdintegerObligatorio

    Unique numeric ID of the expo event.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List All ExposEXPOFP_LIST_ALL_EXPOSAcción

Tool to list all expos. uses mock api endpoint for testing.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Remove CategoryEXPOFP_REMOVE_CATEGORYAcción

Tool 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

  • idintegerObligatorio

    Unique ID of the category to remove.

  • tokenstringObligatorio

    API token obtained from ExpoFP profile page.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update CategoryEXPOFP_UPDATE_CATEGORYAcción

Tool 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

  • idintegerObligatorio

    Unique ID of the category to update.

  • namestringObligatorio

    New name for the category

  • tokenstringObligatorio

    API token obtained from ExpoFP profile page.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not