Vestaboard
vestaboardVestaboard is a smart messaging display that allows users to send and receive messages through a mechanical split-flap display.
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ónTool to list all subscriptions accessible to the authenticated user. use when you need to retrieve your subscriptions. example: "list my subscriptions on vestaboard."
VESTABOARD_LIST_SUBSCRIPTIONSAcciónTool 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
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
Send Message to SubscriptionVESTABOARD_SUBSCRIPTION_API_SEND_MESSAGEAcciónTool to send a message to a specific vestaboard subscription. use after confirming you have the subscription id. example: "send 'hello!' to subscription sub ab12cd34ef."
VESTABOARD_SUBSCRIPTION_API_SEND_MESSAGEAcciónTool 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
textstringMessage as plain text. Either this or 'characters' is required.
charactersarray[]6×22 matrix of integer character codes. Either this or 'text' is required.
subscription_idstringObligatorioThe unique subscription ID to target.
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