Rasa sending promotions notifications to users

Through my chatbot i want to send promotion notifications of my company to my connected clients. Is there anyway to do this ? for my backend im using java springboot.

Hey @rishier827

You can easily create a chatbot that would respond to your clients with any type of messages.

You can connect Rasa to multiple existing messenger platforms, the list is here, or implement a custom connector to any messenger that has any type of external API.

One note though - we use Python to implement integrations with messenger platforms, but it’s quite a straightforward process.

And here is a very simple example of a minimal chatbot.