ESP32 gateway for 433mhz and nRF24

Hello,
This is my first post here, thank you for the hard work om OMG.
I have an esp32 board which is receiving some metrics from an Arduino boards using nRF24L01 modules and the RF24 lib, then sends the data to an mqtt server. Im using custom parameters, channels, address, etc because it was hard to make them talk each other with ESP-IDF.
Im planning to add more remote sensors but using some 433mhz modules too. Is it possible to make a combined OMG on esp32? Im sending 3 bytes of data: 1st is the device identificator, on 2nd and 3th im encoding a float.
Thanks!

Hello,

Do you mean to have a 433Mhz receiver and a nRF24L01 on the same ESP32, and if OMG supports it ?

Yep, thats what I meant. Sorry for not making it clear. Also, can i use a custom payloads? Im not familiar with the protocols of OMG.