Asynchronous call to RASA webhook API

Hey @souvikg10 , I looked into FastAPI - but I don’t think I can use this framework as it’s asynchronous. Celery could be an option, but the task is small(just updating conversation on Rasa x) so thought of not using it.

I am just trying to find out if there could be a better and simpler way of doing it. Thanks for responding.