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

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
965
959
93
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.
 

b2betrade

New member
May 4, 2022
2
0
1
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
 

pires

Active member
Jan 15, 2019
127
33
28
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
 

pires

Active member
Jan 15, 2019
127
33
28
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
 

K-Digit

Member
May 5, 2022
42
16
8
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)
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu