• 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"

WPNotif: WordPress SMS & WhatsApp Notifications

WPNotif: WordPress SMS & WhatsApp Notifications v2.9.4.1

No permission to download
After installing the WP Notiff APK on my Android mobile and entering the key, the application automatically closes and becomes non-functional. I'm seeking a solution to this issue. Is there anyone who can provide a solution or has encountered a similar problem with the app?
I also want to know, if anyone knows how to fix this, let us know!
 
i have it on custom API it's working for me
Hello friend, I have my own gateway, but I can't correctly configure it to make it work. could you please help me
 

Attachments

  • Captura de pantalla 2023-10-05 a la(s) 2.09.37 a.m..png
    Captura de pantalla 2023-10-05 a la(s) 2.09.37 a.m..png
    253.2 KB · Views: 63
how to make this custom wp

Code:
Text Message Only
  
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://whatsapp.domain.com/api/create-message',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS => array(
  'appkey' => '16942859-2c9d-449c-9e74-32cf4fe54564',
  'authkey' => 'WeMcbekBBY8eZjXNeKQw567573gTQmIwuuRc5SCfqbrVN49',
  'to' => 'RECEIVER_NUMBER',
  'message' => 'Example message',
  'sandbox' => 'false'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;
 
how to make this custom wp

Code:
Text Message Only
 
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://whatsapp.domain.com/api/create-message',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'POST',
  CURLOPT_POSTFIELDS => array(
  'appkey' => '16942859-2c9d-449c-9e74-32cf4fe54564',
  'authkey' => 'WeMcbekBBY8eZjXNeKQw567573gTQmIwuuRc5SCfqbrVN49',
  'to' => 'RECEIVER_NUMBER',
  'message' => 'Example message',
  'sandbox' => 'false'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

Do you want to use it with WP Notif (whatsapp? See the image above.
 
Do you want to use it with WP Notif (whatsapp? See the image above.
{"success":false,"message":"Validation errors","data":{"to":["The to field is required."]}}

Code:
authkey=WeMcbekBBY8eZjXNeKQwt2VCgTij3gTQxxxxxxx&appkey=16942859-2c9d-449c-9e74-xxxxxxxxx&sender=49157311xxxx&number={to}&message={message}

dont work
 
  • Like
Reactions: mml
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