Longer webhook event logs?

My webhook shows about 9 events under the logs section of the webhook. Is there a way to show a lot more than that?

Hello,

Let me ping someone that might be able to help, @rickkas7 are you able to assist?

Kyle

No, the limit is fixed at 10. It’s only intended for simple troubleshooting purposes.

You can catch the triggering event and the response by monitoring the event stream, however. Typically this is done using a server-sent-events (SSE) client.

I do this to monitor my events and store them in a database, so I can go back weeks and see what happened.

2 Likes