Closed Shahin-rmz closed 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.
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.