I use a combination between Toggl and Notion to track my time on my client projects
Whenever I create a new project or add a new client, they get added to Toggl too. Now, I’m not interested in the Client part, but rather in the Project Part. Whenever a project gets added from Notion to Toggl, Toggl gives it an ID and after that, the ID gets copied into my Notion DB.
That’s a simple automation that I already have working
Now, my thought process was that, now that I have the same ID’s, I could export the time spent on the project by matching the ID’s. How can I do that on make? How can I search for a property on the Notion DB and if it matches with the one that I have on Toggl, make it update that specific property?
Any insight on this is mutch appreciated