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 post a message to your Vestaboard.
- API endpoint slug
- vestaboard.post_to_vestaboard
- Filter code method
- Vestaboard.postToVestaboard.skip(string?: reason)
- Runtime method
- runAction("vestaboard.post_to_vestaboard", {})
Action fields
Vestaboard board ID Dropdown list
- Label
- Vestaboard
- Helper text
- Select the Vestaboard where you would like the message to appear.
- Slug
- vestaboard_board_id
- Required
- true
- Can have default value
- false
Message content Text input > Short text
- Label
- Message Content
- Helper text
- Select the content you would like to appear on your Vestaboard.
- Slug
- message_content
- Required
- true
- Can have default value
- true
- Filter code method
- Vestaboard.postToVestaboard.setMessageContent(string: messageContent)