Group Location
Explore Plans
Mobile menu Close menu
Alexa Voice MonkeyAlexa Voice Monkey

Display image

This action will send an image to your screen enabled Alexa/Echo device. Ensure you open the Voice Monkey Skill as the final action in your routine. Images must be hosted on a publicly accessible host with an https URL.

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
API endpoint slug
voicemonkey.image
Filter code method
Voicemonkey.image.skip(string?: reason)
Runtime method
runAction("voicemonkey.image", {})

Action fields

Monkey Dropdown list

Label
Monkey to trigger
Helper text
Slug
monkey
Required
true
Can have default value
false

Announcement Text input > Other

Label
Announcement text
Helper text
Slug
announcement
Required
false
Can have default value
true
Filter code method
Voicemonkey.image.setAnnouncement(string: announcement)

Image Text input > Photo

Label
Image URL
Helper text
Slug
image
Required
true
Can have default value
true
Filter code method
Voicemonkey.image.setImage(string: image)