I love the IFTTT functionality on the echo, but its integration with microsoft services is sketchy. I'd love to be able to use Echo as an endpoint. Connect it to email, onenote, etc.
What I'm thinking is, when you do/say something to Alexa, Alexa will do/say the commands that you put in Flow.
Triggers:
when (amazon username) says (string)
when (amazon username) says something
when (amazon username) presses (action) on (echo)
while (echo) is (talking, playing music, idle etc.)
Commands:
volume up ( )
volume set ( )
volume down ( )
mute
unmute
say ( )
imagine ( ) being said
ring colour (r,g,b)
Dynamic Objects:
state (echo) Returns the state of Alexa on that device, idle, offline etc.
alexa heard (echo) Returns the last thing she heard on that device.
action (echo) Returns the last button pressed on that device.
alexa said (echo) Returns the last thing Alexa said on that device.
never-displayed