question

Yujin Yano avatar image
Yujin Yano asked

Could I get notified when a timer is finished?

I'm thinking calling another intent when a timer is finished.

alexa skills
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Andy Whitworth avatar image
Andy Whitworth answered

If you create the timer programatically via the Timer API then you can elect to invoke a skill task when the timer expires. You can't do this with a timer created outside of a skill.

https://developer.amazon.com/en-US/docs/alexa/smapi/alexa-timers-api-reference.html#create-a-timer-operation-launch_task

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Yujin Yano avatar image Yujin Yano commented ·
Thank you for your answer. custom tasks. I check out the link.
1 Like 1 ·