NAiOS IconNAiOS Logo
Volver al catálogo

Vestaboard

vestaboard

Vestaboard is a smart messaging display that allows users to send and receive messages through a mechanical split-flap display.

Acciones
2
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 (2)

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.

List SubscriptionsVESTABOARD_LIST_SUBSCRIPTIONSAcción

Tool to list all subscriptions accessible to the authenticated user. use when you need to retrieve your subscriptions. example: "list my subscriptions on vestaboard."

Parámetros de entrada

Sin parámetros.

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

Send Message to SubscriptionVESTABOARD_SUBSCRIPTION_API_SEND_MESSAGEAcción

Tool to send a message to a specific vestaboard subscription. use after confirming you have the subscription id. example: "send 'hello!' to subscription sub ab12cd34ef."

Parámetros de entrada

  • textstring

    Message as plain text. Either this or 'characters' is required.

  • charactersarray[]

    6×22 matrix of integer character codes. Either this or 'text' is required.

  • subscription_idstringObligatorio

    The unique subscription ID to target.

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