altomarketing
TTypebot
•Created by Aobozu on 3/13/2025 in #help-and-questions
Im not able to get the WhatsApp number using Evolution Api Integration.

3 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number
thanks for your support.. i will wait
27 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number
Im using version 3.2.0
27 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number

27 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number
i did copy and paste your code..
27 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number
See the image, i did {{Phone}}.replace(/\D/g, "")
27 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number
any advice ?
27 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number
why should i pay and relay on an external api if i only want to define a variable checking only if it starts in first 2 numbers ?
27 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number
attaching now the bot.. error in test is TypeError: bernhrdrreyefbsnxbw6l1l6.replace is not a function
27 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number

27 replies
TTypebot
•Created by altomarketing on 12/30/2024 in #help-and-questions
Script to determinate Country from phone number
THE AI , give me this code, but still does not work
let phone = "{{Phone}}".replace(/\D/g, ''); let countryCode; if (phone.startsWith("+")) { phone = phone.substring(1); } function determineCountry(phoneNumber) { let country; if (phoneNumber.startsWith("54")) { country = "Argentina"; } else if (phoneNumber.startsWith("59")) { country = "Uruguay"; } else if (phoneNumber.startsWith("52")) { country = "Mexico"; } else if (phoneNumber.startsWith("1")) { country = "USA"; } else { country = "UNKNOWN"; } return country; } let countryfinal = determineCountry(phone); setVariable('country', countryfinal);
27 replies
TTypebot
•Created by William on 6/20/2024 in #help-and-questions
Header panel
Crisp is a chat system, more like Chatwoot.. But you can create your own theme if you like to make this header https://docs.typebot.io/theme/overview
8 replies
TTypebot
•Created by PC on 6/17/2024 in #help-and-questions
Opening hours
i did the hours script, not days ... maybe you can modify it ...
Import this json, and test it.. 🔥
2 replies
TTypebot
•Created by rahulk on 6/17/2024 in #help-and-questions
Is it possible to create new INPUT block?
what kind of input block do you have in mind ?
4 replies
TTypebot
•Created by Px on 6/14/2024 in #help-and-questions
WhatsApp trigger
You should add all in a the same first block
11 replies
TTypebot
•Created by matheusmontenegro on 5/7/2024 in #help-and-questions
Error audio when is executed in mobile browser
it happened once to me, just upload mp3 to https://convertio.co/ and download the file, it will fix if it is corrupted
10 replies