When data is sent to an OpenFn webhook trigger, it would somehow get added to a “buffer” or a “collection”. Some time- or size-limited storage space.
Then, using a cron trigger I could periodically get data from that “buffer” or “collection”, do some work on it (sum, min, max, avg, array.map(blah)
and then post the aggregate output to some other system