Historical Webhook logs?

Infos:

  • Used Zammad version: 5.3.1
  • Used Zammad installation type: source
  • Operating system: Win 11
  • Browser + version: Firefox 113.0b6

Is there a way to pull older webhook logs beyond what Zammad shows in the Webhooks section? We’re trying to troubleshoot an intermittent issue where the webhook is not behaving as it should, and want to rule out Zammad.

1 Like

I had a quick look in the developer console’s network tab. Zammad uses the following GET-endpoint to retreive the logs it shows in the UI:

/api/v1/http_logs/webhook?limit=50

Raising limit might do the trick. Can’t tell for sure though as it may have hard limits.

It would be nice to have it in a log file or something like that :slight_smile:

You know you gotta create a feature request when you believe something’s missing. :slight_smile: I can’t change anything on the as is.

Done with Webhook Logs / Logfiles

Anyone who’s interested in this feature, leave a like :wink:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.