• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Webhook Setup for Wa Gateway | Multi device BETA | V3.0 MPWA MD

Thank you sir, now my code is running now for update database

PHP:
if($message == $billername){

$sql = "UPDATE biller SET status='Disable' WHERE company_code = $message";
if (mysqli_query($conn, $sql)) {

  $respon = ["text" => "Disable Sukses"];

} else {

     $respon = ["text" => "Error updating record: " . mysqli_error($conn)];

}

$conn->close();

 }

db.png

wa.jpg

by the way do you know how to make newline on message, becauase i use \n \\n not working

db.png
Good. If you share full webhook code then this will help to others. Remove sensitive information and share it.
 
anyone who can add line breaks in webhook?

how to add new line in message ?

Thank you sir, now my code is running now for update database

PHP:
if($message == $billername){

$sql = "UPDATE biller SET status='Disable' WHERE company_code = $message";
if (mysqli_query($conn, $sql)) {

  $respon = ["text" => "Disable Sukses"];

} else {

     $respon = ["text" => "Error updating record: " . mysqli_error($conn)];

}

$conn->close();

 }

db.png

wa.jpg

by the way do you know how to make newline on message, becauase i use \n \\n not working

db.png
use %0a for new line in message
 
Has anyone managed to install on VPS using aapanel? I would like to know how to do it mainly to configure the node and the port. Thanks
 
This thread is a discussion about webhook integration, rest api or plugins for Wa Gateway | Multi-device BETA | V3.0 MPWA MD.

integration to wordpress,
- woocommerce
- Form (gravityform, caldera, etc.)
- Uncanny automator

Integration with other programs
You can share information about webhook and rest api in here..


You can access the discussion about the Wa Gateway Program at the link:
How to make configs in Uncanny automator? I followed the instructions as you did with gravity but it gave an error
cURL error 60: SSL certificate problem: unable to get local issuer certificate
I use VPS and aapanel
 
How to make configs in Uncanny automator? I followed the instructions as you did with gravity but it gave an error
cURL error 60: SSL certificate problem: unable to get local issuer certificate
I use VPS and aapanel
renew SSL Certifcate for Domain.. that might help (or delete the SSL & re-apply)
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock