Check thishow to get response according to data from database using webhook?
I haven't got an answer yet.
Use without webhook.I haven't got an answer yet.
the webhook is already running according to the keywords that were sent. but when I want the response from the database, it can't
=======
include 'koneksi.php';
$q = mysqli_query($koneksi, "SELECT * FROM tb_data WHERE nama_lengkap='$message'");
$r = mysqli_fetch_array($q);
$nik = $r['nik'];
$name = $r['nama_lengkap'];
// auto respond text
function cekdata(){
return ["text" => 'Full Name : '.$name];
}
=======
the reply only sent the text "Full Name". while the variable $name is not sent
not workAre you able to solve this? I am having same problem.
shared hosting & localhostwhat are you using shared hosting ?
check old post brother..........hello, can anyone help me to send video/mp4?
thanks for information, should i have whatsapp API?work in hosting and VPS, hosting NodeJS feature
no, by installing this, you have own rest APIthanks for information, should i have whatsapp API?
wow cool, I can't wait to try it, im still in desktop tools for blast and number always suspended after 2-3 day after chat blastno, by installing this, you have own rest API
If you use shared hosting then autoreply stops working.i have problem with broken connect
some time automatic autoreply stop working
i have dedicated server with cpanelIf you use shared hosting then autoreply stops working.
If you use VPS and you have to use pm2 to run nodejs as background.