0

I want to push notifications to my Alexa Device until the recent notification is seen by the user. If the user has seen the notification I should stop sending it. If the customer hasn't seen my recent notification I should keep on sending the notifications until they have seen it.

So I need to identify whether my notification has been seen by the user or not.

Is there any service or API that could fetch me whether the delivered notification is seen by the user or not?

theduck
  • 2,589
  • 13
  • 17
  • 23
Prabhu Anand
  • 530
  • 4
  • 10

1 Answers1

0

As far as I know, Proactive Events are one-way and not bidirectional: you send a notification to the user, the user can read it but there is no way to know if the user has read the notification.

rivamarco
  • 719
  • 8
  • 23