proud-controller-31469
08/12/2025, 9:40 AMjson
"website": {
"title": "https://example.com",
"link": "https://example.com"
}
But we need it to the be like this:
json
"website": {
"title": "Website",
"link": "https://example.com"
}
Appreciate your time and keep up the great work!white-nest-40686
08/12/2025, 10:58 AMwindow.botpress.init() on your page and manually change the values of the title fields.
You can find an example here https://botpress.com/docs/webchat/interact/send-user-data#initialize-with-user-data.
If you're interested, I posted about the need to add a title in the webchat config page here https://discord.com/channels/1108396290624213082/1339940192311840838.
Please upvote if you find it helpful!proud-controller-31469
08/12/2025, 1:09 PMWhile it’s technically possible to override these values by embedding and manually editing the bot script directly in the website instead of just importing it, this isn’t a practical approach — especially when the bot is used on multiple pages. We want to manage these titles centrally in Botpress Studio so the customer can make changes themselves without touching the website code.white-nest-40686
08/12/2025, 1:16 PMwhite-nest-40686
08/12/2025, 1:17 PM