How to combine results of several webhook responses into one?

I’m getting responses from webhooks which I want to combine before sending them off to my endpoint. I want all the results to be send with only one webhook. How can I achieve that?