I’ve been working on setting up an integration with Toggl time tracking, and unfortunately the OOB integrations weren’t working so I went the webhook route https://api.track.toggl.com/api/v9/me/time_entries. Unfortunately, Zapier’s webhooks are only returning a single element of the array, I’ve confirmed this is an issue with Zapier by running off a local curl command the returns the results without any issue.
Not sure if anyone’s familiar with this type of issue from prior experience, at this point I’ll probably just cancel my premium and handle the implementation locally.


