https://discord.gg/botpress logo
Join Discord
Powered by
  • šŸ”“ Why are some Botpress variables red?
    a

    aloof-fireman-56159

    07/22/2025, 11:16 PM
    Hey everyone šŸ‘‹šŸ½ I’m running into an issue with variable highlighting in Botpress Studio. In one of my Execute Code nodes, some variables are showing up in red, while others are green. I’m assuming this means Botpress thinks the red ones are undefined, but I’ve checked and they should exist in the workflow scope. I'm not sure if this is just a visual warning or if it actually affects execution. https://cdn.discordapp.com/attachments/1397356772032774164/1397356772209201244/Image_2025-07-22_at_23.36.jpg?ex=68816d68&is=68801be8&hm=96af5458efb11969b6c60dc8ecb66b2a4b252500e0f9b9c170fdff46e9168f15&
    0
  • How to end autonomous mode?
    r

    rapid-apartment-53649

    07/22/2025, 8:55 PM
    How to end conversation in autonomous mode for example after 5 messages?
    0
    p
    • 2
    • 2
  • I am setting up a Zendesk flow to answer the first reply on tickets. Help?
    a

    alert-dress-55119

    07/22/2025, 8:23 PM
    I can see the Conversation but the bot it not responding. I tried also its own workflow. I know Im close what did I do wrong? https://cdn.discordapp.com/attachments/1397313149593583688/1397313152466813008/image.png?ex=688144c8&is=687ff348&hm=a2163b553e644e5cfdecc7ad3d1126db042c22784daa26aaa381f95401965684& https://cdn.discordapp.com/attachments/1397313149593583688/1397313152928055396/image.png?ex=688144c8&is=687ff348&hm=9bec50f818802e2914ef32d581d2756447aa0c973c8e7b7043bb3a1a178b4140& https://cdn.discordapp.com/attachments/1397313149593583688/1397313153221791908/image.png?ex=688144c8&is=687ff348&hm=4b62ace1180fe6e2bd55102ca52338e8bee10b2b927a99c3c98ce2b82fb24530&
    0
    p
    • 2
    • 5
  • HITL (human in the loop) plugin invalid?
    b

    bright-sundown-85002

    07/22/2025, 7:41 PM
    Hi everyone. I got this alert today regarding the HITL plugin, mentioning it couldn't be loaded and that it will be removed by mid-August. Does anyone know how to fix it? thx https://cdn.discordapp.com/attachments/1397302601598636072/1397302601808085102/Screenshot_2025-07-22_at_16.39.03.png?ex=68813af4&is=687fe974&hm=9cdb21125bd0b6e0b795368dc0548d922198a1e93b70545c97a8f71526f8ea56&
    0
    p
    • 2
    • 1
  • A card has been executing for at least 30 seconds, which is too long for a single card
    m

    miniature-fall-48553

    07/22/2025, 5:11 PM
    For approximately 2 days I have been having this error: A card has been executing for at least 30 seconds, which is too long for a single card. This happens in different states, all where I have execute code, so it is not consistent and I cannot detect the issue. https://cdn.discordapp.com/attachments/1397264761636389056/1397264761900761159/Screenshot_2025-07-22_at_10.08.11_AM.png?ex=688117b7&is=687fc637&hm=7bc454ded1b245bd33989d5b8c10135d315298652bc8b85ddfac02190dfdaaad& https://cdn.discordapp.com/attachments/1397264761636389056/1397264762173132821/Screenshot_2025-07-22_at_10.08.45_AM.png?ex=688117b7&is=687fc637&hm=046ef74839f8020862d7aa38a633bd6e0f1172dc895c907e3936272d31373d08& https://cdn.discordapp.com/attachments/1397264761636389056/1397264762479444100/Screenshot_2025-07-22_at_10.10.26_AM.png?ex=688117b7&is=687fc637&hm=6412eac558633cb3f44ba037842966fea0533f847e6b681d25475f291d10ee51&
    0
    p
    • 2
    • 9
  • Send proactive message to Microsoft Teams
    l

    limited-airport-66965

    07/22/2025, 3:53 PM
    Hello there . How can I send a proactive message to Teams? I would like to trigger the message through a webhook and I'm using Start DM conversation, but it asks me for the conversation that I don't know where to find.
    0
    p
    • 2
    • 1
  • Calendly Confirmation
    b

    best-garden-94888

    07/22/2025, 2:24 PM
    Hi there, I've watched the official botpress guide on how to create a bot that sends calendly booking links out and is then also able to confirm the booking in the chat. I've built it exactly like in the video and everything works besides that the bot doesn't send a booking confirmation in the chat and thus keeps on following up. Is it possible that you check my workspace and let me know what the issue is? What info do you need, so you can check my bot?
    0
  • Build bot
    n

    narrow-insurance-38891

    07/22/2025, 9:53 AM
    Hello guys I’m new to botpress , I’m trying to build a bot the send different message and stores the persons replies for 30 days and only send the messages from sunday to Friday . Can anyone help with this?
    0
    c
    • 2
    • 40
  • Chat Responses via Webhooks Using Chat API
    h

    handsome-dawn-20176

    07/22/2025, 9:23 AM
    Hi, I'm developing a bot and trying to implement a practical interaction using the Chat API. For this, I need to receive chat responses via webhook. I have configured everything and started testing, but every webhook I receive is sent with the GET method and contains no data. Could you please guide me on how to properly set up receiving responses from the bot via webhook?
    0
    c
    • 2
    • 5
  • Reset State via Code Execution
    c

    clever-insurance-2779

    07/22/2025, 8:41 AM
    I am upserting data to a KB Table in Botpress Cloud via the "client.upsertTableRows({...})" function. Since it contains many rows, I am upserting in chunks (50 rows each iteration). After 14 chunks or so, I receive a warning log: "State swap/conversation/convo-8/session.json is too big" I would like to reset or null the current state within my loop after each chunk being upserted. However, I couldn't figure out how, since I need a state ID and name to manipulate it (both for getState and setState: https://botpress.com/docs/api-reference/runtime-api/openapi/getState) Is there a way to either a) Disable the state recording temporarily or b) Reset the State at runtime with the Code Execution Card I appreciate your help!
    0
    p
    • 2
    • 1
  • Knowledge base endpoint API
    m

    mysterious-psychiatrist-95211

    07/22/2025, 7:52 AM
    can i use an API endpoint to excess a knowledge base. and upload documents and files. with a free plan. or do i need a paid plan? https://cdn.discordapp.com/attachments/1397124104175222845/1397125183411585115/image.png?ex=688095b9&is=687f4439&hm=f04fb604da85b77c9fc7101a999162ab7d11ee0773aa0b32ac9187cfda0b3e69&
    0
    c
    p
    • 3
    • 17
  • Google Calendar -
    b

    brainy-salesmen-22037

    07/21/2025, 6:38 PM
    Hello! I am creating a scheduling chatbot. I have integrated it with Google Calendar, and the main features are: booking appointments and services, rescheduling, and canceling appointments and services. The flow for all three actions is working, but I would like the bot to allow booking only one service per time slot. Right now, it is allowing multiple bookings per time slot and also showing days and times that are actually unavailable. I tried to configure this using Execute Code. Could you help me? The available days are: Tuesday to Saturday. Time slots: Tuesday to Friday: 08:00, 09:30, 11:00, 13:30, 15:00, 16:30 Saturday: 08:00, 09:30, 11:00 https://cdn.discordapp.com/attachments/1396924277638303825/1396924277831237732/2107.JPG?ex=687fda9d&is=687e891d&hm=5b4163743911c0bac17057c1af1a0cc6db4f82d031da9d4c4a5279fcea102162&
    0
    p
    • 2
    • 4
  • Webchat Storage Location
    r

    rapid-night-72386

    07/21/2025, 3:34 PM
    Hi there! I am curious about the difference between the two options for webchat storage locations, local and session. What is there difference between these two locations and what are the strengths and weaknesses of either option? I am using local storage and when I test the webchat using different accounts/browsers on the same computer the conversation from earlier will already be loaded, which I would prefer to not have happen. Is there a risk with switching to session storage? Thank you in advance for any help!
    0
    c
    • 2
    • 1
  • How to trigger a deployed Botpress chat from n8n and get the response back?
    l

    late-nail-53980

    07/21/2025, 3:20 PM
    Hi! šŸ‘‹ I’m trying to integrate a deployed Botpress bot with n8n using the HTTP Request node. What I want to do: 1. Trigger a deployed Botpress chat from n8n 2. Send a user query from n8n to botpress 3. Receive the bot’s response back into n8n so I can use it in my workflow
    0
    p
    • 2
    • 2
  • Error Using the Webchat Bot
    c

    cuddly-house-30823

    07/21/2025, 3:16 PM
    Hey guys, i am having issues with using/testing my bot on the webchat, it seems to constantly be stuck in a typing phase. When i test it in studio /in the emulator it works perfectly fine with near instant response times. Not sure what is wrong. Thank you
    0
    p
    • 2
    • 1
  • runtime API authorization
    r

    ripe-businessperson-56829

    07/21/2025, 3:12 PM
    hi i have tried the runtime API, createMessage. I have already used the createUser and createConversation to get the ID for the required data in the body. But the tags, payload and the authorization header is confusing me. I tried to type some random thing in this two data like "Text". But it show { "id": "5ecb8d8fef24cf6321334b214f99b103", "code": 401, "type": "Unauthorized", "message": "Request is missing a valid authentication token" } Could you help me by showing me some example in using this API in curl and Javascript way?šŸ™
    0
    c
    p
    • 3
    • 20
  • Struggling with Empty conversation problem.
    r

    refined-motorcycle-37190

    07/21/2025, 1:27 PM
    Hi guys. I am working on for real estate assistant bot with botpress. when I test in Botpress IDE, bot was working well, but after I integrated in website, it shows many empty conversations. anyone have idea for this?
    0
    p
    c
    • 3
    • 9
  • Hello everyone, I have a question: Does linking the bot to WhatsApp require a Meta Business account
    s

    salmon-cricket-9345

    07/21/2025, 4:35 AM
    Hello everyone, I have a question: Does linking the bot to WhatsApp require a Meta Business account verified with Meta?
    0
    l
    • 2
    • 1
  • share link expires
    l

    limited-pencil-78283

    07/20/2025, 9:09 PM
    this was never the case or I am experiencing this for first time? https://cdn.discordapp.com/attachments/1396599918713639073/1396599919157973173/image.png?ex=687eac88&is=687d5b08&hm=404f6d0e30be5dc1c7d057e10d6c60a7edeb71776d4e08e5ba293e22b8cb3e84&
    0
    p
    • 2
    • 2
  • Share workflow alternative
    e

    elegant-nail-86477

    07/20/2025, 6:22 PM
    If I can't share a workflow that has variable dependencies, how could I share a workflow or make it reusable? https://cdn.discordapp.com/attachments/1396557889191153755/1396557889451331685/image.png?ex=687e8563&is=687d33e3&hm=86c448e8f85eb5066164ce0aa5a5a4b2587addb017249e30928317d38e610f4f&
    0
    p
    • 2
    • 2
  • Anonymous node or controlled workflow??
    l

    little-needle-73207

    07/20/2025, 2:11 PM
    Hi, what do you recommend: using an Anonymous Node for a complex reservation system, or a standard controlled Workflow-based reservation system?
    0
    l
    • 2
    • 3
  • Request: Recommend Handoff Platforms Compatible with Botpress (Excluding Built-in HITL & Hitlchat)
    m

    mammoth-lifeguard-63559

    07/20/2025, 3:42 AM
    Hi everyone, I'm looking for handoff platforms that allow transitioning a conversation from a Botpress chatbot to a human agent. I’m *not looking for*: - Botpress's built-in HITL system. - Hitlchat. My goals: - Use the platform to hand over chats from Botpress automatically. - Enable human agents to respond via a clean interface. - Must support integration with Botpress (via API or Webhooks). - Prefer platforms that are pay-as-you-go or reasonably priced. - Nothing too complex like Zendesk Enterprise or Salesforce. If you've personally used a platform like this, I’d really appreciate hearing your experience or recommendations!
    0
    l
    • 2
    • 3
  • Custom Actions cards do not work (on the visual part)
    e

    early-cartoon-84199

    07/19/2025, 3:24 PM
    You are not able to give out instructions to the card https://cdn.discordapp.com/attachments/1396150772168654858/1396150772378501302/image.png?ex=687d0a3b&is=687bb8bb&hm=36810a825d54b1582d924780659c5b5d9ab257491813a65560dfd50e549a765c&
    0
    p
    • 2
    • 1
  • How to change Account Email?
    e

    echoing-elephant-65150

    07/19/2025, 9:26 AM
    I am using the Free version of Botpress but want to upgrade to Paid version. But before that, I need to change the account email from robothinkkk@protonmail.com to kk.robothink@gmail.com because my business is registered with the Gmail. We managed our subscriptions, billing and invoicing using this email as well. Please help!
    0
    l
    • 2
    • 1
  • 🚨 Instagram integration fails on first user message due to standby payload not supported
    e

    echoing-manchester-42333

    07/19/2025, 5:49 AM
    Hi Botpress team! šŸ‘‹ I'm using Botpress Cloud with the official Instagram integration. When a user sends the first message, Instagram sends the webhook payload using
    entry[].standby[]
    instead of
    entry[].messaging[]
    . Botpress returns a 400 error with the following: Expected: "messaging", Received: "undefined" This is expected behavior according to Meta's Instagram Graph API — the first user message often arrives under the
    standby
    array until the bot takes control of the conversation. Unfortunately, this prevents any new users from starting a conversation unless a workaround or external middleware is used. āž”ļø Feature request: Please add support for
    entry[].standby[]
    in Botpress Cloud so we can fully support Instagram conversations natively — just like Messenger. Thanks in advance!
    0
    p
    • 2
    • 1
  • AN sending data to variable not specified
    l

    limited-pencil-78283

    07/19/2025, 4:37 AM
    Bot is trying to write to variables not specified in the AN node, when I blocked write access to one of the variables, it started writing to another variable which it has access to. Seems like the AI got decision powers to decide where it should store data https://cdn.discordapp.com/attachments/1395987943176405082/1395987943440650260/image.png?ex=687c7295&is=687b2115&hm=057b2f32860d4435c188506839794707b0d33f2cdc5626c17ae1fecd2ffb58c5&
    0
    w
    p
    • 3
    • 5
  • Bubble on some pages, embedded <div> on another -- doesn't work
    a

    adorable-lizard-97105

    07/19/2025, 4:34 AM
    Just created my first bot and I want to integrate into my very simple web-site (index + 2 other pages where I want the bubble in the bottom-right corner and contact us page where I want the embedded botpress widget visible). My problem is that once the index page is loaded, unless the user clicks on the bubble, the widget on the contact page is not visible. Is it possible to force it visible wherever user clicked on the bubble on any other page or not? For now I've had to resort to making the bubble visible on the contact page, so at least there's one way to trigger the embedded widget.
    0
    p
    • 2
    • 13
  • RESET / RESTART / CREATE NEW CONVERSATION
    l

    little-magazine-52744

    07/18/2025, 2:39 PM
    Hello everyone, please help me on my task I have a deadline tomorrow, how to reset/restart/new conversation on webchat programmatically?
    0
    p
    l
    • 3
    • 2
  • AI spend limit - problem
    b

    brainy-salesmen-22037

    07/18/2025, 2:34 PM
    I updated the limit on my AI spend, but it hasn’t been updated. Can you help me?
    0
    p
    m
    • 3
    • 9
  • Running on Local Environment - Stumbled upon "Javascript out of Heap memory"
    r

    rapid-waiter-6556

    07/18/2025, 2:15 PM
    Hi guys, I am setting up on my local. I found this error. Now I found the solution that I need to increase my Node.js allocated memory by typing "export NODE_OPTIONS=-max_old_space_size=8096". I have a doubt, if I increase the allocated memory then for all the other projects in my local system, the memory will be this much (the new allocated value = 8096)? or it will get restored to previous memory space, for which I get the error? Actually I don't want to to tweak anything in my system, that's why I am asking. https://cdn.discordapp.com/attachments/1395770843673526362/1395770844260860047/image.png?ex=687ba865&is=687a56e5&hm=a45db9892f621a9c26701dc5e808b394cf7b6351ff8387385eb6efa8c1f18804&
    0