This is super cool. Is there a way to write multi line with it? I am putting together something to be a channel manager of sorts for vacation rentals with a central inbox and this could be super nice for that!
not yet, but sounds interesting. will update it now. also i will post a video on how to best integrate it in an existing project later today (super easy, but needs to be done in the right way…)
Hi
Can you explain the changes required when installing on a page that has other content so the page Type of Content is set to User rather than Conversation.
Can I have Group Chat to be Type of Content - Conversation and Data Source - Search for Conversations:first item. This obviously has flow on effects with the workflows.
I am only a few weeks into learning bubble so want to see if I am on the right track before I make all the changes.
ok got it. I think your strategy makes sense. you can just adjust the data source in group chat to be empty and then and then adjust the workflows related to creating and opening new conversations from ‘go to page index’ to 'display data in group chat’.
Hi - Thanks - yes that makes sense. Have done that. Don’t think I would have figured that out without your help.
Another thing - On you product description page it say ’ send images and files’. The image upload seems to be for images only. If I want to send documents do I replicate the image button, create new data type and adjust workflow accordingly…or have I missed something?
Hey! Thank you for the useful template.
I managed to implement it for direct messages but would love to get some support on two topics -
Did any manage to use it for a group chat? could you explain how?
Also - is there a way to exclude users from a chat? for example if I have 10 users (X1, X2…X10) and I want only X1, X2 and X3 to access a specific chat. Can I make it exclusive for them?
hey @keepappinternal
on 1: this should be easily doable: ‘conversationParts parts’ is a list - you should be able to add more than one user to it. will need some minor adjustments to the frontend though
on 2: same, a user only sees the chats where they are a part of. i.e. the conversation’s conversationParts contains the user
hope this helps
cheers
damian