Adding chat functionality

Hi
What are the recommended options (plugins) to have the chat functionality within bubble app? An example would be for a buyer to contact seller via a direct chat within the bubble app.

Thanks

1 Like

I don’t have a recommendation for a plugin.
But what would be the need for a plugin?
There are templates on the marketplace with chats you can dissect.
There are youtube videos that explain how to do it.
Or chatGPT can walk you through how to construct it.

1 Like

I’ve only used these two in my case.

-Reverse repeating group: To reserve the messages box and make it look upside-down with the chat look and feel.
-Enter to save Multiline input value: Triggers workflow when you hit enter on a multiline input.

Then everything else can be done natively.

2 Likes

I didn’t know about the reverse RG, I got to check it out, thx for the tip.