How to integrate rasa(open source) AI chatbot to send bird?

Hi, I want to integrate rasa chatbot-AI(open source ) with Sendbird for our chat application.
can I get any documentation or info on it?

SendBird provides an interface for creating Bots and adding them to Group Channels.

You must define a Webhook URL when creating a Bot (For testing purposes you can use services like http://beeceptor.com/)

Every time a user sends a message to a Group Channel where your Bot is subscribed to, you will receive a Webhook event for your Bot. This Webhook payload contains all the details of each sent message.

You can send this information to any AI provider (using their API), let them process it and receive a response.

This response can be transmitted back to the Group Channel.