Littlebay Templates Documentation
  • Welcome!
  • Quick Links & Tips
    • Littlebay Forum
    • Support Email
    • Built-In Documentation
    • Navigating the Bubble Editor
    • Navigating this Documentation
    • List of Bubble Guides
  • Messaging Template
    • Release Notes
      • 05/28/21 Guide on How to Update the Template's Select Conversation Workflow
      • 09/05/20 Guide on How to Update the Template's Video Chat Service
      • 06/14/19 Guide on New Conversation Functionality
    • About this Template
    • Setup Guide
    • Development Guides
      • Built-In Workflow Notes
      • Pages Summary
      • Reusable Elements Summary
      • Passwords
      • Translating Your App
      • Mini Guides
        • How to Remove Group Conversation Functionality
        • How to show the Chat window after clicking "Message" on the Profile Page when a Conversation Exists
      • Pages & Reusable Elements (Organized by Folder)
        • 1. Marketing
          • index
          • landing
          • 404
        • 2. Navigation
        • 3. Logged In
          • account
          • admin
          • change_pass
          • confirm
          • messages
            • Pageload Design
              • 1. Responsive
              • 2. Mobile Pageload
              • 3. New User
              • 4. New Conversation (Parameter)
              • 5. New Conversation w/ User (Parameter)
              • 6. View Conversation (Parameter)
              • 7. Viewing/Editing the Colors of the Message 'Bubbles'
            • Built-In Functionality
              • 1. Start a Conversation
              • 2. View/Select a Conversation
              • 3. Search for a Conversation
              • 4. Delete or Leave a Conversation
              • 5. View More Messages in a Conversation
              • 6. View Unread Messages
              • 7. See Who's Typing
              • 8. See Who's Seen Each Message
              • 9. Send Images in a Message
              • 10. Send Files in a Message
              • 11. Send a GIPHY in a Message
              • 12. Send a YouTube Video in a Message
              • 13. Start a Video Chat
          • onboard
          • profile
            • 1. Follow/Unfollow the User
            • 2. Send a Message to the User
            • 3. View the User's Followers
            • 4. View Who the User is Following
            • 5. Edit Profile
          • reset_pw
        • 4. Legal
          • privacy_policy
          • terms
    • Design Resources
      • Design Overview
      • Design Guide
      • UI Components
      • Page Templates
  • Responsive Base Template
    • Release Notes
    • About this Template
    • Setup Guide
    • Development Guides
      • Built-In Workflow Notes
      • Pages Summary
      • Reusable Elements Summary
      • Passwords
      • Translating Your App
      • Pages & Reusable Elements (Organized by Folder)
        • 1. Marketing
          • index
          • landing
          • 404
        • 2. Navigation
        • 3. Logged In
          • account
          • admin
          • change_pass
          • confirm
          • onboard
          • profile
            • 1. Follow/Unfollow the User
            • 2. View the User's Followers
            • 3. View Who the User is Following
            • 4. Edit Profile
          • reset_pw
        • 4. Legal
          • privacy_policy
          • terms
    • Design Resources
      • Design Overview
      • Design Guide
      • UI Components
      • Page Templates
Powered by GitBook
On this page
  • New Users
  • What happens if a Conversation already exists between the Current User and the selected Users?
  • How do I change the email notification when New Conversations are created?
  1. Messaging Template
  2. Development Guides
  3. Pages & Reusable Elements (Organized by Folder)
  4. 3. Logged In
  5. messages
  6. Built-In Functionality

1. Start a Conversation

PreviousBuilt-In FunctionalityNext2. View/Select a Conversation

Last updated 5 years ago

New Users

If a User is not part of any Conversations yet, the FG - Create New Conversation element will be visible to them every time they navigate to the Messages page.

If the Current User is part of Conversations and would like to start a new Conversation, they can start a new Conversation by clicking any of the 3 "New Conversation" button elements:

What happens if a Conversation already exists between the Current User and the selected Users?

The template automatically checks when a Conversation already exists between the Current User and the selected Users. When true, the existing Conversation is displayed within the Repeating Group Messages (Existing Conversation) element (shown below). This way, the Current User knows that they will be sending a message to that existing Conversation thread, instead of starting a new thread with the same Users.

Editor:

Preview:

For more information on how existing Conversations are detected, please refer to the E. New Conversation workflow folder.

How do I change the email notification when New Conversations are created?

1. In the app editor, navigate to the API Workflows section by clicking here:

2. Modify the copy in the "send email" actions of the new_2person_conversation and new_group_conversation endpoints:

Note: If your application was created after 8/31, you do not need to customize the [www.your-website-name-goes-here....] text in the email actions because the template now uses the dynamic expression "Website's Home URL", instead of a static text value.

The "Button New Conversation (Desktop)" element
The "Button New Conversation (Tablet)" element
The "Button New Conversation (Mobile)" element, within the "FG - Create View Conversations" element