Quote from
AsleyCruz on March 7, 2023, 5:11 am
Saludos @gustavo1973
Pon en el evento click del botón // Put this on button click event
BeginJS
var phone = '+13473351626';
window.location.href = 'tel:' + phone;
EndJS
or
SetVar [phone] "1234567"
BeginJS
window.location.href = 'tel:' + $App.phone;
EndJS
I don't know if there is already a command to do this, if not, maybe @luishp can add a new action 'CallToNumber' or whatever.
Saludos @gustavo1973
Pon en el evento click del botón // Put this on button click event
BeginJS
var phone = '+13473351626';
window.location.href = 'tel:' + phone;
EndJS
or
SetVar [phone] "1234567"
BeginJS
window.location.href = 'tel:' + $App.phone;
EndJS
I don't know if there is already a command to do this, if not, maybe @luishp can add a new action 'CallToNumber' or whatever.
luishp and Vadim have reacted to this post.