Single callback to multiple webhook

I`m using a external website that gives me a single callback url to choose.
Than I choose a bubble workflow with it(detect request data)
But this website have many different responses and each one give different data types.
So when I detect data and save it, I can’t receive other datas.
Am I missing something?

It depends. You can combine multiple webhook requests into single body and then emulate initialization request using any testing tool (for example, https://reqbin.com/) to send it to your bubble endpoint and initialize workflow parameters. But this only works if your webhook have the same type for each same parameter.