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. API endpoint slug voicemonkey.image Filter code method Voicemonkey.image.skip(string?: reason) Runtime method runAction("voicemonkey.image", {})
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.image.setAnnouncement(string: announcement) Label Image URL Helper text Images should be on a secure URL (https). Slug image Required true Can have default value true Filter code method Voicemonkey.image.setImage(string: image)