https://discord.gg/botpress logo
Join Discord
Powered by
  • Modifying Autonomous Node Behavior
    f

    famous-needle-62969

    10/07/2025, 2:31 PM
    Is it possible to change the internal code of the autonomous node so that, instead of performing an action listen and waiting for the user’s input, it finishes its execution?
    0
    l
    l
    • 3
    • 2
  • Images & videos does not display in webchat
    a

    adamant-state-89951

    10/07/2025, 12:52 PM
    Whenever the bot is trying to show a video or image, it seems like the playback does not work. It has the link to send which gets it right, but the player does not work, any ideas on how to fix this? https://cdn.discordapp.com/attachments/1425103403599794247/1425103404019093565/Screenshot_2025-10-07_at_14.51.02.png?ex=68e65e78&is=68e50cf8&hm=58b06ed87357d49d1a2ed6c045bdc145407e9f6d7f2cb0004f827593ca20d7b4&
    0
    l
    • 2
    • 1
  • Bot export problem
    m

    miniature-daybreak-20569

    10/07/2025, 11:19 AM
    I have trouble with exporting my bot, it shows
    Export Error: There was an error during the export of your bot:Network Error
    I tried multiple times, hard refresh, loggin out and logging in again and nothing worked.
    0
    l
    • 2
    • 2
  • Help with Timeout for Autonomous Node in Botpress
    p

    polite-activity-57470

    10/07/2025, 10:58 AM
    Hi Botpress Community, I’m using an Autonomous Node in my flow to chat with customers about orders. If a customer mentions an item but doesn’t give details (like name or number) to finish the order, I want the bot to move to another node after a timeout (e.g., 1 minute) if they stop replying. I can’t find where to set this timeout. Can someone tell me how to add it in simple steps? Thanks!
    0
    e
    l
    • 3
    • 2
  • Integrating My Locally Hosted LLM with My Locally Deployed Botpress Chatbot
    r

    rich-toothbrush-84775

    10/07/2025, 10:30 AM
    Hi, I have deployed Botpress in Docker following the instructions here: https://v12.botpress.com/. Now, I want to add a node in my chatbot that can call my locally hosted LLM. Is it only possible to do this via an API? If so, how can I configure it to send different content in the request body each time this node is called? Thank you!
    0
    l
    • 2
    • 1
  • AI/ML Engineer & Full Stack Developer | 8+ Years Experience | Looking for new opportunity
    w

    white-nest-40686

    10/07/2025, 9:40 AM
    what do you need? Please tell us more.
    0
    a
    • 2
    • 2
  • Help me with the privacy rules
    p

    powerful-restaurant-49993

    10/06/2025, 6:57 PM
    Hello community. By default, how long does Botpress keep the conversation, the phone number and the name collected from a WhatsApp conversation? I need it to stay in good standing with the GDPR
    0
    l
    f
    l
    • 4
    • 9
  • crawling not working?
    w

    wide-scientist-54459

    10/06/2025, 5:06 PM
    I've spend 100$ testing this feature crawling 2 sites with more than 8000 pages. After crawling it, in several batches, the indexed pages dissapear... I've re-added them now for the 3rd time.... How recrawl works? The sitemap.xml files are OK. No robots.txt needed. I'm very dissapointed with this feature, or Is it my fault? Please, can you have a look at https://studio.botpress.cloud/ed68b81a-c51b-4c14-ad75-e93f3d9b626d
    0
    l
    • 2
    • 4
  • Verify Email Issue
    f

    future-vase-20064

    10/06/2025, 11:03 AM
    Hi, I need to verify my email but my domain has changed so the email is slightly different. Can I update my email?
    0
    l
    • 2
    • 16
  • How to send WebView links to WhatsApp?
    q

    quiet-jordan-74110

    10/06/2025, 9:30 AM
    I want to send web view links to the user on WhatsApp (through the integration), which when clicked by the user opens up the site on WebView (Android or iOS). How can I do this?
    0
    l
    l
    • 3
    • 11
  • Botpress Shopify integration
    c

    curved-easter-40611

    10/06/2025, 9:03 AM
    Hi; i have client who is using the Shrine theme on shopify, when we try to integrate the bot, the entire website gets zoomed in. We have tried almost everything we can and nothing makes a difference. If someone has any experience, i would love to know how you fixed it. Thanks
    0
    l
    • 2
    • 2
  • PAYG message/event limit clarification
    p

    powerful-restaurant-49993

    10/05/2025, 10:41 PM
    Hi everyone! 👋 I’m using the PAYG (Pay-As-You-Go) plan and I’m a bit confused about the message/event limits. On the official pricing page, it says 500 messages per hour, but sometimes I see references to 500 per month. Also, my dashboard hasn’t updated the usage counter for the last 4 days. Could someone clarify: is the limit really per hour or per month? I want to make sure I’m calculating correctly for my clients. Thanks in advance for any help! 🙏
    0
    w
    l
    • 3
    • 6
  • The Botpress environment does not load the nodes and the development environment remains black.
    s

    some-grass-438

    10/03/2025, 5:54 PM
    I am having problems using a bot because when I move between different workflows, the screen goes black and does not display the nodes. I reload the page, but it still does not work. If anyone knows how to fix this, please let me know.
    0
    l
    • 2
    • 2
  • KB Skipping
    f

    fast-controller-85245

    10/03/2025, 10:46 AM
    It seems no matter what I do when I am using an Autonomous Node to answer a user's queries, and even though we have our website indexed daily, with over 960 pages, every time a question is asked, it calls for a global search and will not access the Knowledge base. I get the same message over and over. The built-in Knowledge base Optimizer is explicitly disabling the KB lookup up. Has anyone else had these issues? It just seems to enact global search no matter what. Even though I have put in the autonomous node instructions not to do so
    0
    l
    a
    • 3
    • 11
  • Multiple Messages Work-Around
    a

    adorable-hydrogen-71516

    10/03/2025, 9:56 AM
    Hi bot-makers! I am currently building an agent that is deployed on various DM platforms (Instagram and WhatsApp). I am experiencing a "fenomenon" that is common in the way of communication on social media platforms. That is that people often split messages into multiple messages. Example: User: Hi! User: What is the shipping time? By default, this will make the Autonomous Node answer the two messages seperately, even though it is intended to be one message, because it was sent directly after. My question is... Has anyone done a work-around or solved this problem? Or does anyone have any ideas what I can do? Thanks, Lowe
    0
    l
    • 2
    • 2
  • integration issue with plus/twiliovoice
    c

    calm-caravan-26688

    10/03/2025, 8:58 AM
    I am testing botpress for a voice support. The text/chat support the studio / flow & output was good. I assumed integration with twilio will be seamless with less change. But when I integrated twilio and tested with a call, all I got was a Upon deep diving I noticed that the error is thrown when a singlechoice has been introduced in the flow error: zs [Error]: An unexpected error occurred in the integration. Bot owners: Check logs for more informations. Integration owners: throw a RuntimeError to return a custom error message instead. at bC (/var/task/customer_code.js:14:18732) at nt (/var/task/customer_code.js:14:18551) at xC (/var/task/customer_code.js:14:19121) at /var/task/customer_code.js:14:169829 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async flushSendMessages (/var/task/customer_code.js:3172:8403) at async Promise.allSettled (index 2) at async Object.flushSendMessages (/var/task/customer_code.js:3172:10165) at async /var/task/customer_code.js:3371:2594 { isApiError: true, code: 400, description: 'An error happened during the execution of a runtime (bot or integration).', type: 'Runtime', error: undefined, need help fixing this? If it doesnt work, I will have to cancel subscription and stop work on botpress. thanks 😩
    0
    l
    • 2
    • 1
  • Publish not working for whatsapp - Urgent
    t

    thousands-piano-65301

    10/02/2025, 5:52 PM
    Hello, I’ve been using Botpress for almost two years, and this is the first time I’ve encountered this issue. When I click Publish, nothing happens. The logs show no changes. What I’ve tried • Edited code and flows — behaviour doesn’t change. • Reverted recent changes and removed nodes. • Checked the dashboard: no errors, but the version never updates. • Im deploying to WhatsApp, so it shouldn’t be a browser cache issue. My last successful publish was almost two hours ago. Since then, none of the subsequent versions have gone through. I’m stuck on the same version and urgently need to update it — I have a client waiting, and an event with thousands of attendees relying on these changes. Is anyone else experiencing this, or is there a known workaround? Thanks. just in case someone needs my bot ID 9754e004-3e95-498a-a76d-d3f928d794d8 latests botpush event id evt_01K6K023KQ2DHFZ94VRE6MYH87 createdAt 2025-10-02T17:38:31.159Z type botpublished status processed failureReason null
    0
    l
    w
    • 3
    • 25
  • Autonomous node error using a card to a cloned workflow
    w

    white-nest-40686

    10/02/2025, 3:02 PM
    I have an autonomouse node with an iteration to a workflow card. For testing i cloned my workflow and used it https://cdn.discordapp.com/attachments/1423324171882070027/1423324172372676648/image.png?ex=68dfe56e&is=68de93ee&hm=580ed9410ea308cea4e4454e296c9fe75190a6ef54ac31669467f759927fc39c& https://cdn.discordapp.com/attachments/1423324171882070027/1423324172792102965/image.png?ex=68dfe56e&is=68de93ee&hm=9a58f533e802f09452f84950a574f451ed441a69f6c6d396dc7e54a03482ab80&
    0
    l
    • 2
    • 2
  • Limit for AI processes
    e

    eager-lawyer-39255

    10/02/2025, 2:21 PM
    I had a talk with my client today and when we discussed about the costs, he asked me about cybersecurity and costs in general. He made a point that some people may use the robot with evil intent to waste company's money. So im asking for a feature that limits AI spend for processes. For example, maxium amount a bot can use for its processes is $0,10 per message. When a user asks a question, the bot scans /analyses predicted cost. And if that process price limit is exceeded, it guides the conversation in different direction or choses a different approach to process that task.
    0
    l
    w
    • 3
    • 5
  • Implementing conversation tracking
    m

    miniature-daybreak-20569

    10/02/2025, 8:57 AM
    Hello, I’m working on implementing conversation tracking by upserting data into a table so I can later export it. My goal is to store the transcript, summary, user email, as well as the node, card, and workflow information. However, I’ve noticed that when I save the node, card, and workflow, I only get their IDs. Is there a way to capture and store their names instead of just the IDs? https://cdn.discordapp.com/attachments/1423232439194488844/1423232439521771520/Screenshot_2025-10-02_105634.png?ex=68df8fff&is=68de3e7f&hm=1bfe6792e8a771c6dbb532777c9cb261d210f50f31695194c1adbcc3cab54c36&
    0
    b
    l
    • 3
    • 5
  • Gemini Down?
    s

    silly-kite-32458

    10/02/2025, 8:55 AM
    https://aistudio.google.com/status Tho in their server status, doesn't have any problems? Is it maybe Botpress side? I tested various Models, gemini seems the best use-case for my bot. Is anyone having the same issue? Can this be solved? It would be very bad if the bot was posted to production, and this keeps happening. https://cdn.discordapp.com/attachments/1423231832882942032/1423231833398710443/gemini_outage.jpeg?ex=68df8f6f&is=68de3def&hm=42819c2332f041d6b6f90512ad99bdcdceefa66325942e47389415fd65ace00a&
    0
    l
    w
    +3
    • 6
    • 11
  • Multiple user inputs before sending a single response
    m

    melodic-orange-20642

    10/01/2025, 7:31 PM
    Hi, I need my bot to accumulate multiple user messages (when users send 2–3 inputs quickly) and send them together for one single consolidated response. Right now, Botpress replies to each message separately. 🙏
    0
    b
    l
    w
    • 4
    • 4
  • How Can I stop the Chatbot from Answering Incoming Messages after "Ending" the conversation
    b

    brash-greece-44635

    10/01/2025, 7:25 PM
    ### Objective: just make the chatbot shut up after he hits end and be activated NEVER again. ### Issue: I don't know where I can do that ### Solutions: I've tried previously with the AI of documentation but all the tips where useless (creating variables in the execute code and so...) ### Context: I'm trying to get the bot to shut up after I finish the conversation, since an agent takes care of the conversation from there. I believe it might work with the $89 Plan of Botpress with HITL, but I'm not sure if that's the UNIQUE and ABOSLUTE way to go around it. https://cdn.discordapp.com/attachments/1423027944120520796/1423027944481095803/image_2025-10-01_142024437.png?ex=68ded18c&is=68dd800c&hm=b6206b50231e8967fe2933c3dfc0ed24edef31c801e3259ba9f875c03d2bae5a&
    0
    w
    • 2
    • 3
  • Botpress self-hosted on VPS by EasyPanel does not open emulator
    a

    adamant-football-50002

    10/01/2025, 5:08 PM
    I installed Botpress on my VPS and it opened, but when I tested my bot, the emulator didn't appear, and it just showed a gray bar. Can you help me solve this problem? Even the AI ​​can't do it, lol. It must be very specific. What could it be? How can I fix it? My domain is pointed in the Easy Panel proxy to the container's internal IP address. I access it normally, except the emulator won't open. Thank you very much in advance to anyone who can contribute. https://cdn.discordapp.com/attachments/1422993469487579189/1422993470326308945/image.png?ex=68deb171&is=68dd5ff1&hm=bf2375918f9066677df82b6c8e39c7e12529e3d2245a0f7a2a8895e1a46155fd&
    0
    w
    l
    • 3
    • 2
  • Generate Content error: "data/messages must be array" when using face_analysis_result
    g

    glamorous-planet-66489

    10/01/2025, 3:23 PM
    I'm trying to analyze some text data stored in face_analysis_result using the "Generate Content" action, but I keep getting the following error: Error: array type is only allowed Here’s the full error message when I run the action: Execute Integration Action OpenAI | Generate Content Errors: 1 Input model: undefined reasoningEffort: undefined systemPrompt: "あなたは顧客に寄り添うプロのヘアスタイリストです。" messages: "{face_analysis_result}" responseFormat: undefined maxTokens: 1200 temperature: 0.69 topP: 1 stopSequences: [] 0 items tools: undefined toolChoice: undefined userId: undefined debug: undefined meta: undefined Error data/messages must be array In the messages field, I'm passing this: [ { "role": "user", "content": "{{face_analysis_result}}" } ] Is there something wrong with my configuration? Could it be that the face_analysis_result variable is not being passed as an array or properly formatted? Any advice would be appreciated. Thanks! https://cdn.discordapp.com/attachments/1422967096744345682/1422967097209917471/image.png?ex=68de98e1&is=68dd4761&hm=46f2540567574ec509ddbcb801e960a6982bd313467e367f88cfd30ac469a5cd&
    0
    w
    l
    • 3
    • 16
  • Way to filter conversations with a user reply?
    a

    agreeable-toddler-77182

    10/01/2025, 2:15 PM
    My bot is set up with a conversation start trigger that sends a message to the user. This results in a lot of conversation history for us to audit. Is there a way to only see conversations where the user actually replied?
    0
    l
    • 2
    • 1
  • 400 error when copying bots
    f

    faint-bear-66300

    10/01/2025, 12:44 PM
    I am getting the following error when I try to copy one bot to another one. Does anyone know why? https://cdn.discordapp.com/attachments/1422927264449953849/1422927264756269136/image.png?ex=68de73c8&is=68dd2248&hm=55c63aaa2f34bfb5573161594094789c6f49313404cefd28527c871d7e5cb299&
    0
    l
    • 2
    • 2
  • Where is Negative Feedback Stored
    c

    cold-needle-28423

    10/01/2025, 11:16 AM
    We have published our bot to test it internally. When testing with the emulator adding negative feedback would then go into a table which we could then use to create learning experiences. Now that we have published the bot we can't find where negative feedback provided to the bot (via the thumbs down button) is stored and how we then turn them into learning experiences for the bot? Thanks in advance for any help 🙂
    0
    w
    l
    b
    • 4
    • 30
  • Trying to set hubspot properties with integration but getting an error
    s

    silly-tailor-11678

    10/01/2025, 6:06 AM
    Hey I have my bot creating / updating records in hubspot which is working correctly however when I try and update any additional properties I receive an error which stops execution when searching for the contact - I am not searching on these additional properties, the search only fails and gives the below error if additional properties are set in Update or Create Contact. This error happens when searching hubspot for the contact, ie before any create or update operation. This error only shows if I am trying to set additional properties (whether they are standard or custom properties) in the Update or Create Contact cards { "name": "TypeError", "message": "n.clone is not a function. (In 'n.clone()', 'n.clone' is undefined)", "stack": "@https://studio.botpress.cloud/assets/vendor-24aa416.js:31478:51\nmap@[native code]\nclone@https://studio.botpress.cloud/assets/vendor-24aa416.js:31478:36\nclone@https://studio.botpress.cloud/assets/vendor-24aa416.js:29286:45\nclone@https://studio.botpress.cloud/assets/vendor-24aa416.js:30388:23\nclone@https://studio.botpress.cloud/assets/vendor-24aa416.js:29633:35\nmetadata@https://studio.botpress.cloud/assets/vendor-24aa416.js:28454:27\n@https://studio.botpress.cloud/assets/index-24aa416.js:41305:101" }
    0
    f
    • 2
    • 3
  • Monitoring conversations from multiple bots
    m

    magnificent-london-18710

    10/01/2025, 4:23 AM
    As an administrator of a system of many bots, I want to be able to review conversations from multiple bots in one view so that I can quickly skim the responses for possible issues. I have tried building a monitoring bot with a table that captures the conversations, but I can't figure out how to send data from one bot to another. Im new at this - what am I missing?
    0
    w
    f
    • 3
    • 8