Search code examples
amazon-web-servicesaws-lambdaalexa-skills-kit

Alexa schedule a skill set


Can I schedule a developed skill in Alexa. For example, I have written some code to do an operation(skill) and that has to be triggered on any scheduled time.

Thanks


Solution

  • As for today it is not possible for Alexa just to say something back after some time.

    But that you can do is to take a look at Notifications. Then your users can check pilled messages once they have time.

    Or you can try Alerts functionality if users should take an action immediately. Think of it as a timer which starts beeping once it is about time.