Questions tagged [alexa-notification]

5 questions
3
votes
1 answer

Make Alexa Announce the notification through a custom skill by calling any APIs from Backend without saying 'Alexa Read my notifications'?

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…
2
votes
1 answer

Trigger Alexa notifications from Alexa skill lambda?

Does it comply with Amazon guidelines if I trigger Alexa notifications from Alexa skill lambda itself without an external lambda? ie directly calling api.amazonalexa.com/v2/notifications without any external triggers? Original Alexa notification…
Harikrishnan
  • 9,688
  • 11
  • 84
  • 127
1
vote
2 answers

How to notify user a new version of Alexa skill available?

I have an Alexa skill. If I upload new version my Skill to store, How can I notify existing users to update the skill? Is it possible to give custom notification message?
Harikrishnan
  • 9,688
  • 11
  • 84
  • 127
0
votes
1 answer

How not to display ssml tags on Alexa screen device while sending notification in Alexa

I have implemented Alexa Proactive events to send Notification through Our skill in Alexa. It's working fine. But Problem is we have added SSML tag say to speak as digits 2212545 like this to handle Audio. Rightnow this tag is displaying on…
0
votes
1 answer

Alexa notifications: The authentication token is not valid

Is Alexa notifications are available for dev skills? I'm not seeing any configuration anywhere. I'm getting this error when sending notification. { "message": "The authentication token is not valid.", "code": 403 }
Harikrishnan
  • 9,688
  • 11
  • 84
  • 127