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

Onesender - WhatsApp API Gateway + Plugins

Onesender - WhatsApp API Gateway + Plugins 2.3.21

No permission to download
OneSender is the beginning of an ecosystem. That connects your plugins and templates to the WhatsApp API.

OneSender support:

  • WooCommerce
  • Lovebirds
  • ThemeFood
  • DonateAja
  • Google Forms
  • Caldera Form
  • Fluent Form
  • Gravit Form

Waitlist: Easy Digital Downloads, Mailketing, MagicOrder, Salesloo, WHMCS, Airtable

ZIP PASSWORD

Check WhatsApp Number feature is add

Check Via API.

Parameter phone_number. Fill in the form of a telephone number with a country code.

1️⃣ Sample QUERY

True
✅ http://localhost:3001/api/v1/check-number?phone_number=628100000001


False
🚫 http://localhost:3001/api/v1/check-number?phone_number= 628100000001
🚫 http://localhost:3001/api/v1/check-number?phone_number=08100000001
🚫 http://localhost:3001/api/v1/check-number?phone_number=0810-0000-001


2️⃣ RESPONSE

Number Registered
Code:
{

    "code": 200,

    "data": {

        "has_account": true,

        "phone_number": " 628100000001"

    },

    "message": "Check user phone",

    "success": true

}



Number Not Registered
Code:
{
    "code": 200,
    "data": {
        "has_account": false,
        "phone_number": " 628100000001"
    },
    "message": "Check user phone",
    "success": true
}

3️⃣ SAMPLE CODING

PHP
Code:
<?php

$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => 'https://localhost:3001/api/v1/check-number?phone_number=628100000001',
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => '',
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 0,
  CURLOPT_FOLLOWLOCATION => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => 'GET',
  CURLOPT_HTTPHEADER => array(
    'Authorization: Bearer ___________'
  ),
));

$response = curl_exec($curl);

curl_close($curl);
echo $response;

ZIP PASSWORD

Join Telegram Group Onesender Support (Bahasa Indonesia)
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