cool-summer-17043
09/21/2023, 9:14 PMisChatOpen
to keep track of whether the chat window is open or closed. I need this because I only want the chat bubble to show up if the user receives a message when the chat window is closed.
- When the chatbot component has loaded and is ready to be interacted with, I start a 3 second timer at the end of which I send a custom trigger to the chatbot using the sendPayload method.
- When the bot receives the trigger, it sends the user a welcome message using the text card and then uses the Send Custom Event
card to send the website the same message.
- The website catches this event and displays it in the chat bubble if the chat window is closed. It does not display the message if the chat window is open.
# Botpress Studio Setup
I use a very simple chatbot for this setup. I have attached screenshot of what I used.
#Demo
See the attached screen recording to see it in action.crooked-van-25152
09/21/2023, 9:43 PMcool-summer-17043
09/21/2023, 11:01 PMdamp-hydrogen-36195
09/22/2023, 7:45 AMcool-summer-17043
09/22/2023, 12:34 PMdamp-hydrogen-36195
09/22/2023, 2:03 PMfamous-jewelry-85388
09/22/2023, 2:42 PMjolly-policeman-82775
09/22/2023, 4:36 PMjolly-policeman-82775
09/22/2023, 4:36 PMcool-summer-17043
09/22/2023, 6:20 PM<script src="https://cdn.botpress.cloud/webchat/v1/inject.js"></script>
<script src="https://mediafiles.botpress.cloud/3545a018-f728-4255-86f3-896b946851d4/webchat/config.js" defer></script>
The rest of the code may or may not need changes based on what you're trying to achieve. A couple of examples would be:
- If you want to make your own chat bubble design, you will need to change the css and html div you add for that component
- If you want to change when and how the chat bubble shows up, that portion of the code would need to changejolly-policeman-82775
09/23/2023, 3:44 AMjolly-policeman-82775
09/24/2023, 4:13 PMjolly-policeman-82775
09/24/2023, 4:13 PMfamous-jewelry-85388
09/24/2023, 4:30 PMmysterious-cricket-72777
09/26/2023, 11:04 AMmysterious-cricket-72777
09/26/2023, 12:18 PMmysterious-cricket-72777
09/26/2023, 12:19 PMcool-summer-17043
09/26/2023, 1:31 PMmysterious-cricket-72777
09/26/2023, 1:40 PMmysterious-cricket-72777
09/26/2023, 1:46 PMmysterious-cricket-72777
09/26/2023, 1:47 PMmysterious-cricket-72777
09/26/2023, 1:47 PMmysterious-cricket-72777
09/26/2023, 1:50 PMjolly-policeman-82775
09/26/2023, 2:17 PMcool-summer-17043
09/26/2023, 2:28 PMSend Custom Event
card to send the message you want to display in the chat bubble in the expected format as shown in the botpress studio screenshot I have attached above. Have you done that part? If you don't send a message to display on the chat bubble, it won't show up.
I have also set it up to make sure the chat bubble will only show up when the chat window is closed. If you open the chat window, the chat bubble will be hidden.mysterious-cricket-72777
09/26/2023, 3:31 PMmysterious-cricket-72777
09/26/2023, 3:35 PMcrooked-van-25152
09/26/2023, 4:08 PMdamp-hydrogen-36195
09/27/2023, 6:54 AMdamp-hydrogen-36195
09/27/2023, 6:54 AMdamp-hydrogen-36195
09/27/2023, 6:54 AMmysterious-cricket-72777
09/27/2023, 7:29 AMcool-summer-17043
09/27/2023, 7:08 PMmysterious-cricket-72777
09/29/2023, 5:59 AMmysterious-cricket-72777
09/29/2023, 6:00 AMcrooked-van-25152
09/29/2023, 3:48 PMcrooked-van-25152
09/29/2023, 5:46 PMearly-tent-72819
10/01/2023, 3:35 PMcool-summer-17043
10/01/2023, 3:58 PMacceptable-smartphone-22753
10/02/2023, 3:53 AMcrooked-van-25152
10/02/2023, 3:39 PMacceptable-smartphone-22753
10/02/2023, 3:58 PMacceptable-smartphone-22753
10/02/2023, 3:59 PMmysterious-cricket-72777
10/02/2023, 4:24 PMquiet-raincoat-89190
10/02/2023, 4:24 PMacceptable-smartphone-22753
10/02/2023, 4:45 PMacceptable-smartphone-22753
10/02/2023, 4:47 PMbillions-yacht-29034
10/19/2023, 8:53 AMcrooked-van-25152
10/20/2023, 4:45 PMclever-wire-32453
11/30/2023, 9:57 PMearly-train-33247
12/01/2023, 12:41 AMclever-wire-32453
12/01/2023, 1:42 AMclever-wire-32453
12/01/2023, 1:43 AMearly-train-33247
12/01/2023, 1:43 AMearly-train-33247
12/01/2023, 1:43 AMearly-train-33247
12/01/2023, 1:43 AMclever-wire-32453
12/01/2023, 1:44 AMclever-wire-32453
12/01/2023, 1:44 AMclever-wire-32453
12/01/2023, 1:44 AMclever-wire-32453
12/01/2023, 1:44 AMearly-train-33247
12/01/2023, 1:44 AM{{event.conversationId}}
clever-wire-32453
12/01/2023, 1:45 AMclever-wire-32453
12/01/2023, 1:45 AMclever-wire-32453
12/01/2023, 1:45 AMearly-train-33247
12/01/2023, 1:45 AMclever-wire-32453
12/01/2023, 1:45 AMearly-train-33247
12/01/2023, 1:46 AMclever-wire-32453
12/01/2023, 1:46 AMclever-wire-32453
12/01/2023, 1:46 AMclever-wire-32453
12/01/2023, 1:47 AMearly-train-33247
12/01/2023, 1:57 AMearly-train-33247
12/01/2023, 1:58 AMearly-train-33247
12/01/2023, 1:59 AMagreeable-elephant-30510
12/21/2023, 6:42 PMagreeable-elephant-30510
12/21/2023, 6:42 PMagreeable-elephant-30510
12/23/2023, 4:48 PMagreeable-elephant-30510
12/23/2023, 7:53 PMcool-summer-17043
12/23/2023, 8:56 PMagreeable-elephant-30510
12/24/2023, 7:16 AMagreeable-elephant-30510
12/24/2023, 7:17 AMlate-appointment-26662
12/24/2023, 11:30 AMcool-summer-17043
12/24/2023, 1:52 PMcool-summer-17043
12/24/2023, 2:04 PMagreeable-elephant-30510
12/27/2023, 12:48 PMagreeable-elephant-30510
12/27/2023, 12:49 PMagreeable-elephant-30510
12/27/2023, 1:53 PMcool-summer-17043
12/27/2023, 1:58 PMcool-summer-17043
12/27/2023, 1:58 PMagreeable-elephant-30510
12/27/2023, 1:59 PMjolly-policeman-82775
04/14/2024, 10:37 PMjolly-policeman-82775
04/14/2024, 10:37 PMjolly-policeman-82775
04/14/2024, 11:08 PM