traggo/server

Automated action after starting time log

Shahin-rmz opened this issue · 1 comments

Have you read the documentation?

  • Yes, but it does not include related information regarding my question.
  • Yes, but the steps described in the documentation do not work on my machine.
  • Yes, but I am having difficulty understanding it and want clarification.

You are setting up traggo in

  • Docker
  • Linux native platform
  • Windows native platform

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.

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.