traggo / server

self-hosted tag-based time tracking
https://traggo.net
GNU General Public License v3.0
1.09k stars 55 forks source link

Automated action after starting time log #125

Closed Shahin-rmz closed 2 years ago

Shahin-rmz commented 2 years ago

Have you read the documentation?

You are setting up traggo in

Describe your problem A clear and concise description of what the question is.

Any errors, logs, or other information that might help us identify your problem

Ex: docker-compose.yml, nginx.conf, browser requests, etc.

Hello, you know how interested I am about Traggo. I (Python coder) want to do an automated action after pressing start button. any idea how is it possible? in graphql as far as I see, we can just send query and then get response. But what I want is vice versa.

jmattheis commented 2 years ago

Traggo does not support webhooks or some kind of update mechanism when a new timespan was created.

You can periodically request the timespans from traggo and check with the previous response if there was a new timespan added.