That seemed to work quite well and was super simple to also update my backend. Saw a significant drop in the Event Traffic coming from the device:
The spike on the 21st is when I was doing the development and continually testing it but I’d say it cut my event traffic to at least 1/3 of what it was maybe even 1/4 of what it was before. The time it takes my own backend to process each webbook did increase a little (since it now has to process several data packets as an array). That went from ~80-90 ms per event to ~ 200ms/event. Overall, I’ll take 1/4 of the events to process even if a single event takes 2x. This should work well for my application as long as there is no long term impacts on continuously using the file system.