Has anyone integrated Rasa with Instagram? Any idea?
I’m not an Instagram user myself, so I’m not sure what kind of functionality you want your bot to do, but the general idea for “can my Rasa bot be integrated with <service>” is generally yes.
Well, yes as long as the service in question provides an API for the functionality you’re looking for.
A general structure you should aim to follow:
You can optionally skip the Flask middleware if you want and call the public API directly through the Action Server.