An Alexa skill to start and stop Toggl timers

An Alexa skill to interact with Toggl

Build Status

Install

  1. Zip the contents of the src directory and upload to AWS Lambda.
  2. Set the TOGGL_API_KEY env variable to your API key.
  3. Create a new Alexa Skill in the Amazon Developer Console using the intent schema and sample utterances from the speechAssets directory.

For a more detailed walkthrough, checkout the skill sample README.md.

Usage

Once you've enabled testing on the skill in the developer console it should be immediately available through your Amazon Echo.

The following utterances should now work:

Alexa, ask Toggl for current timer
Alexa, ask Toggl how I spent my time today
Alexa, ask Toggl what I did last sunday
Alexa, ask Toggl to stop timer
Alexa, ask Toggl to start timer

Roadmap / Future Features

The skill is currently only configured to work in the en-GB language, but it will only take a couple more lines of code to get it working in en-US and even de-DE.

Next project