Alexa Shortcuts

by Trapier Marshall

Version 2 (June 19, 2024)

Download (107 downloads)

Shortcuts for interacting with the Amazon Alexa app:

AlexaVoice()
- Open "Speak with Alexa"

AlexaText(command="")
- Open "Type with Alexa" and prepopulate the last issued command, or, if provided, with payload parameter args["command"]

AddDeviceShortcutToHomeScreen()
- Add a homescreen shortcut to a device or its settings

AddCommandShortcutToHomeScreen()
- Add a home screen shortcut to send some text to AlexaText

CHANGELOG
v2:
- AlexaText accepts args["command"] payload
- AddCommandShortcutToHomeScreen() is introduced