Connect a custom RASA connector to multiple twilio accounts

I have a use case where in a single RASA custom connector(webhook) needs to work with multiple twilio accounts. I tried doing it but could not get it working without having to create different custom connectors for different twilio numbers. And when I do that I get different webhooks to be entered in twilio accounts.

Is there any way that I could do this with one connector and webhook URL. I am new to RASA, any pointers would be helpful.

@richaBajaj Are you able to connect rasa with 1 twilio account successfully?

Yes nik. I am able to connect to twilio account both using the core connector and the custom connector. However, I have the credentials for the twilio account in my credential file. The use case does not allow me having different webhooks/connectors for different accounts.