Hi,
to improve my time tracking in awork, i need to signalize trough webhooks to an external service if my time tracking is actually running (timer) or if its stopped.
In the webhooks there are 3 time tracking options available as actions.
Time updated, added and deleted.
Time added does also fire when the timer is started and running.
Time updated does also fire when time tracking has stopped.
So it kind of works to fire the webhook for send a signal when starting and stopping the time tracking timer.
But it fires also when time entries are manually created or updated.
So it fires also with this „FALSE POSITIVES“.
How can i only fire it when time tracking has started or stopped and not when entries are created or edited manually?
Then at last I need also a reverse webhook, that my external service can stop the time tracking if its logic is telling so (i use presence detection in the office and wish to stop time tracking if i forget to stop it manually)