Start the timer in toggl via HTTP Request Node (curl)

Hey @Mikhail,

Looking at the screenshot in the Body Parameters you are sending the entire CURL command which is why it is failing. Instead of doing that try just sending the part below and seeing if that works.

{"time_entry":{"description":"Tasks2","tags":["tag1"],"pid":176726344,"created_with":"curl"}}
1 Like