Toggl Script Runnable From a Notification

Hi!
I made a simple script to start/stop Toggl timers with Scriptable.
Mainly to use with a notification.
See video.
Once you run it once, a notification will pop up 1 minute later if another timer is needed.
Here is the code:
https://drive.google.com/file/d/1yjArD8A3wyCsF2q8S0Epu3t-uNUSiWjj/view?usp=sharing

2 Likes

Hey, this is useful. Scheduling a notification to prompt me to start it and also toggle Toggl is fantastic!

2 Likes

I attempted to use it, however it says invalid URL is there something I am missing?

A heads up to anyone who downloads the script - it calls Notification.removeAllPending() which will remove all scheduled notifications that have not been delivered yet. Otherwise it looks like a cool script :blush:

3 Likes

Ups… my bad, should have read the docs better :confused: