Share feedback, ideas and get community help

Home
Members
michaelvips
m
michaelvips
Offline, last seen 5 days ago
Joined September 13, 2024
I try to use this many ways but seems not working. I use test and production url, the block waits and does not respond.
21 comments
m
B
v
Hi, I need create a function to copy into clipboard the value of a variable.

But is copying the ID of the block

Here is the JSCODE

// The value to be copied var valor = '{{code}}'; // Creates a temporary element to copy the value var tempInput = document.createElement('input'); tempInput.value = valor; document.body.appendChild(tempInput); // Select and copy the value tempInput.select(); document.execCommand('copy'); // Remove the temporary element document.body.removeChild(tempInput); // Displays the message "Copied!" alert('Copiado!');
1 comment
m
I try use and is function some time ago and no working.

But today I made the same test and is working, was some fixed ?
7 comments
A
B
m
Is possible ?

The block with the request I need is at the end of the flow, but as soon as the bot is started it is already executed.
19 comments
m
B
About the Allowed origins, I add a website but with the ¨Your typebot link¨ the bot still available.

Is possible disable the typebot link and only alow the bot open in the Allowed origins ?
9 comments
B
m
M
What happens if the user's message was not a text or button, if he sends an image or audio? Is there any filter?
15 comments
P
V
m
I need a expert help with what I need

On this text example :
Informações adicionais:\n\nCPF: 11122233344\nCelular / WhatsAppp : +5565992560189

I need extract the CPF number, in this case 11122233344 and set this as a variable to use, but this just work if I but manualy the text inside de jscode, using a variable give error
3 comments
m
B
When I try sent a variable with a number I got a return of a wrong value:
6 comments
B
m
V
Hi,

Is it possible to change a form input to only accept numbers, so that when clicked on a cellphone, it only shows the numeric keyboard?
15 comments
B
m
.
What is the difference between these endpoints and which one to use?
1 comment
B
Can some one explain why and how to use ?

Is used only on API or web also ? I only find the sessionId by api ?
3 comments
m
B
I config OpenAI block to create a chat completion, this will generate a json response like this :

{
"name": "name here",
"email": "email here"
}

I need know how and if is possible save this into to variables.


Here is the flow

https://app.typebot.io/typebots/clrj82g020029rlwrmh7pqx60/edit
5 comments
m
V
I need to identify a pattern in regex and save it in a variable, how to
3 comments
B
m