This action will send a video to your screen enabled Alexa/Echo device.
Ensure you open the Voice Monkey Skill as the final action in your routine.
Your videos must be in MP4 format, hosted on a publicly accessible host with an https URL.
API endpoint slug
voicemonkey.video
Filter code method
Voicemonkey.video.skip(string?: reason)
Runtime method
runAction("voicemonkey.video", {})
Action fields
Label
Monkey to trigger
Helper text
Create and manage your Monkeys at app.voicemonkey.io/monkeys
Slug
monkey
Required
true
Can have default value
false
Label
Announcement text
Helper text
This is the text which will be converted to Alexa speech.
Slug
announcement
Required
false
Can have default value
true
Filter code method
Voicemonkey.video.setAnnouncement(string: announcement)
Label
Video URL
Helper text
Videos should be on a publicly accessible https URL.
Slug
video
Required
true
Can have default value
true
Filter code method
Voicemonkey.video.setVideo(string: video)