3

I am building a custom skills for one of my use case. I am trying to implement a feature based on a token number. If token number 2 got his order, I want Alexa to announce about the next token number. Let's say for example, 'Token Number 3, your order is ready'. I would like to know that, is there any way for me to let Alexa know about these events? Is there any API which I could call to make Alexa announce only for that specific device.

I came across few things like AVS Notifications, Alexa SDNS, Alexa Senior Living Notifications API in the Alexa documentation. I've tried reading through documentations and watched videos but couldn't find anything useful for my purpose.

Mohamed Imran
  • 651
  • 7
  • 20

1 Answers1

-1

You can't do it yet.

What you can do now is send a push notification to the mobile device (developer preview)

callmemath
  • 8,185
  • 4
  • 37
  • 50
  • As I have mentioned in my title, I would like a way for the alexa to announce the notifications without having the user to say "Alexa Read my notifications" and I know proactive events does not support this. – Mohamed Imran Jun 02 '22 at 14:04
  • There is no way to do it yet – callmemath Jun 02 '22 at 15:24