AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
GraspIOGraspIO

Speak the entered text

This action will make the board speak using the interfaced Speaker.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will make the board speak using the interfaced Speaker.
API endpoint slug
graspio.speak
Filter code method
Graspio.speak.skip(string?: reason)
Runtime method
runAction("graspio.speak", {})

Action fields

Board ID Dropdown list

Label
Board Name
Helper text
Select the board for the action to run on.
Slug
board_id
Required
false
Can have default value
false

Text Text input > Path to a folder

Label
Text
Helper text
Enter the text for the board to speak
Slug
text
Required
true
Can have default value
true
Filter code method
Graspio.speak.setText(string: text)