Have something to say?

Tell us how we could make the product more useful to you.

Calendar Integration and Web Crawler Integration

I am trying to get Mevo to replace the GoHighLevel service I had been using to host chatbots and I only want to use Appsumo purchases like what I used for tier3 of Mevo. In order to do that, I need not only customer support capability in the bots but also direct appointment booking. This would mean that the chatbot does not merely send a calendar link but also suggests open time slots and submits bookings to an integrated calendar from the chatbot itself. Also, the limits on web crawling capability will end up being a setback on a major selling point to customers that have a large online database, and so integrating with some other web crawling repository would allow Mevo users to sell chatbots to clients with a very large data set without Mevo directly storing the data. Please find a calendar system and web crawling service for Mevo to integrate and partner with it. Hopefully something like that has an API key.

Sam Carter 7 months ago

Text formatting following ChatGPT conventions

Please consider recognizing the same text formatting conventions that ChatGPT does. This will allow bot creators to invoke these conventions when writing prompts, so that the Mevo bot will display nicely formatted text when desired. (For example, I'm working on a complex prompt that guides a teacher through creating a course outline. I'd like the outline to be nicely formatted.) Below is a list of formatting conventions that ChatGPT recognizes and converts into a more elegant form. I placed this in a prompt in a Mevo bot, and it appears that none of these conventions are currently recognized in Mevo. I see another feature request relating to hyperlinks and images. Implementing the conventions below would address that request plus enable prompt writers to ensure that bot output can handle heading styles; bold, italic, strikethrough, and monospace text; properly bulleted lists; horizontal rules; and code blocks. #This is heading 1 ##This is heading 2 ###This is heading 3 This is bold text (this editor on Featurebase is changing my markup... the convention for bold in ChatGPT is an underscore before and after the word or phrase) This is italic text (again, the editor functions are changing it here. The ChatGPT convention is an asterisk before and after the characters to be italicized.) This is ~strikethrough text~ This is monospace text This  block of text is indented (blockquote) 1. This is an ordered list. 2. This is part of the same list. 3. This is, too. - This will be a bulleted list. - This is part of the same list. - This is, too. Nice clean horizontal rules are created with dashes, underscores, or asterisks on a line by themselves: ------------------------ _____________________ ********************* Links can be specified like this: [AICoaches](http://aicoaches.io) Images can be specified like this: [Alt text](http://URL.com) ```Code blocks can be set off like this. Inline code will be formatted as code if it's set off with ` (backtick symbol).

Gene Kraybill 8 months ago

1

Completed

Feature Request: Pre-populate Chat Window with Question on Button Click

Description: This feature request proposes a functionality to automatically display a pre-defined question in the chat window when a user clicks a specific button or link. This aims to provide further context and clarification for users encountering unclear error messages or instructions. Use Case: A user receives a generic error message like "Bank account didn't match." They click a "Learn More" button next to the error message. The chat window automatically pops up with the pre-populated question: "What caused the bank account mismatch?" Benefits: Improved user experience: Provides immediate and clear clarification without requiring users to manually type out the question. Reduced support requests: Help users resolve common issues independently through the provided information. Increased efficiency: Streamlines the process for users seeking further assistance. Implementation Details: The system should allow associating specific questions with buttons or links. Clicking the button/link triggers a script to automatically populate the chat window with the pre-defined question. This functionality should be optional and configurable for different error messages or scenarios. This feature request aims to enhance user experience and self-service capabilities by offering contextual clarification within the chat window.

Paul Franklin 11 months ago