Hey, I’m trying to set up a scenario to automatically move some of my Todoist tasks from one section to another.
I’m using their Sync API for this with the “Make an API call” Todoist module. The request actually works and I’m getting a 200 status code in the module’s output, but for some reason nothing happens in Todoist and my tasks aren’t being moved. Interestingly, the same request also works with cURL and the tasks are actually being moved if I run the request from there.
Can you help me figure out if I’m missing something? Here are screenshots of the module and the output in Make.
Thanks