This topic is locked

Connecting PHPRunner App to WhatsApp

8/17/2021 8:42:04 AM
PHPRunner General questions
M
mhango author

Did like to intergrate PHPRunner to WhatsaApp. Has anyone tried to integrate. I want when a user adds a new entry, it should provide him or her an ability to share the same to Whatsapp for registered users. I know there is some sort of link shared by Sergey, however, i need the basics. Thanks wonderful family.

HJB 8/17/2021

Function runner_sms

All you need as necessary basics is mentioned within the above URL content. Say, it has
NOTHING to do with the term "integration", but only reflects on a PHPRunner built-in
functionality to send an SMS message to a (Whatsapp) smartphone. While it become
comon to use WHATSAPP on GROUP basis, it would be enough to send only one SMS
to a Whatsapp group member while Whatsapp is taking care then to spread the message
among group members. In other words, what you name to be the "ability to share" some
text entered into ta PHPRunner application is nothng more or less than "Runner-SMS"
functionality to be able to send an SMS from inside the PHPRunner application to any
smartphone worldwide, and of course to Whatsapp runners too.

NEWS Template in PHPRunner (For inspiration purposes only)

The NEWS template can be a nice starting ramp to bring the "Runner-SMS" functionality
to true interactive life without the need to build something from scratch.

Sergey Kornilov admin 8/17/2021

I would suggest checking Twilio's WhatsApp API code example.