!Enzo
TTypebot
•Created by gusrjj on 4/16/2025 in #help-and-questions
Bug in Typebot after using two 'jumps'
I sent it via DM because there are some confidential things in the flows.
11 replies
TTypebot
•Created by gusrjj on 4/16/2025 in #help-and-questions
Bug in Typebot after using two 'jumps'
In other flows, after returning from the jump to Typebot, it returns: "Invalid message. Please, try again."
11 replies
TTypebot
•Created by gusrjj on 4/16/2025 in #help-and-questions
Bug in Typebot after using two 'jumps'

11 replies
TTypebot
•Created by gusrjj on 4/16/2025 in #help-and-questions
Bug in Typebot after using two 'jumps'
Same here
11 replies
TTypebot
•Created by Anthony on 3/14/2025 in #help-and-questions
Inconsistent Typebot Command execution behavior
I haven't had the chance to dive deep into the
sendCommand
behavior yet, just due to lack of opportunity. Could you share the exported flow here? It seems like it should work as expected.14 replies
TTypebot
•Created by Dark Magician on 7/17/2024 in #help-and-questions
Get data from a text
Is fullTicket created during the flow or is it generated alongside the client?
According to the documentation: "The setVariable function is only available in script executed on the server, so it won’t work if the Execute on client? is checked."
Considering that it is already a variable defined on the client side:
I would recommend using the following solution:
- use a variable block to define fullTicket by checking to run on the client side
- now use the script block running the setVariable on the server side.
Considering that it is already a variable defined during the flow, the only thing I would remove would be the first step I mentioned and remember to always use json parse, since the variables in typebot will always be converted to a text or a list of texts before the variable is saved in the database.
Example flow:
4 replies
TTypebot
•Created by Mario Barretta on 7/12/2024 in #help-and-questions
Managing data fields
Example:
5 replies
TTypebot
•Created by Kilian S. on 6/5/2024 in #help-and-questions
Type bot Limitations and Best Practice
In my experience, the only limitations you'll encounter won't be with Typebot itself. I've built complex flows where users could simulate loan applications directly in the chat, integrating with bank APIs, validators, CRMs, and more.
The key is to consider the potential scale of your flow and how to maintain each system involved. One solution I've found is to isolate each component into separate Typebots with their own logic, using Typebot (jump) to navigate between them.
Another challenge is user engagement – will they stay engaged with a massive flow? Consumers often have negative experiences when seeking support, facing long wait times and repetitive information. Aim to streamline your flow and only include what's essential.
4 replies
TTypebot
•Created by drippingfist on 5/29/2024 in #help-and-questions
Using timefilter: today in the list results result API call
Not necessarily. The endpoint is paginated, listing results ordered by creation date, newest to oldest, with a maximum of 100 results per page. You can leverage the timeFilter query parameter to specify the desired time range, such as 'today'. Additionally, the limit parameter allows you to control the number of results returned per page, up to a maximum of 100.
If you are looking for results from exactly 00:00 to 01:00, you might need to implement additional filtering on your end after fetching the results, since the API does not provide filtering at that specific level of granularity.
5 replies
TTypebot
•Created by michaelvips on 5/23/2024 in #help-and-questions
Change input class text to number

15 replies