I am setting up webhooks for an internal project. I have activated the three events “Time Entry Created”, “Time Entry Updated” and “Time Entry Deleted”. The former 2 work well, however when a time entry is deleted in the Toggl Web UI, our webhook endpoint is never called.
I have tried the following:
- Set up a simple Server to log every single request. Nothing is received upon deletion even when waiting more than an hour.
- Delete the entire Webhook and create a new one.
- Deactivate and reactivate the “Time Entry Deleted” Event Trigger.
I am quite sure that I have ruled out every potential cause on our end - so this is likely an issue either with our Toggl Account or even the entire platform. How do we proceed?