Starting Viber chat from Ninox
Hello everyone
I am searching for a solution to start Viber chat with a button from my table.
I have manage it with WhatsApp and Facebook, but I can't find a solution for Viber.
Some ideas?
10 replies
-
Dear George,
in September we will start with API Workshops again, please join and our developers will help you.
Follow the schedule on https://ninox.com/en/webinar.
Best regards
-
text("viber://pa?chatURI=<URI>")
-
hi.
please could you still find a way to do this?
and also for whatsapp too.
do I need to create a button for this or how.
please help
Thank you
-
Hi
I am making a buttons.
For WhatsApp I have a collumn with the phone number - Mobile.
Then inside “On click” I am using the following:
if “Mobile” >=“” then openURL(URLWhatsapp) end
If you have installed WhatsApp - on the phone or PC - it will open the chat window for this number.
For Viber till the moment I have find out only how to start it with a button
openURL(“URL Viber”)
Of course, I am sure, that the guru“s here will tell you somemuch more better and correct commands for that - but I am still learning!
-
I don“t know why it was changed, but it has to look like this
if ”Mobile“ >=”“ then openURL(URLWhatsapp) end
and
openURL(”URL Viber“)
-
-
HI
Thanks for the reply
I am trying it but it is proving a bit difficult
can you show me your code
-
I am trying, but I don“t understand why all the time it”s changing. I hope now it will be ok
-
Give me some other way to write you - I don“t understand why it”s not showing it here
-
Content aside
- 4 yrs agoLast active
- 10Replies
- 1146Views