Buy Airtime or Data Bundles - Available Nationwide, Click on Banner to Buy Now!!!
API
You can interface an application, website or system with our messaging gateway by using our flexible HTTPS API connection.
Once you're connected, you'll be able to deliver messages or check your balance.
Enjoy reliable, secure connections and global coverage.
API configuration:
SMS SENDING API:
HTTP API;
https://aimeagles.com/sms/index.php?option=com_spc&comm=spc_api&username=yourusername&password=your password&sender=@@sender@@&recipient=@@recipient@@&message=@@message@@&
ACCOUNT BALANCE API:
https://aimeagles.com/sms/index.php?option=com_spc&comm=spc_api&username=YOURUSERNAME&password=YOURPASS&balance=true
If your provider is using SPC 2 or 3, You can use the following API
HTTP API:
https://aimeagles.com/sms/index.php?option=com_spc&comm=spc_api&username=user&
password=1234&sender=@@sender@@&recipient=@@recipient@@&message=@@message@@&
API response on Success: OK
API Response confirmation: Contains
Account balance API:
API Protocol: HTTP GET
Push to API as: Bulk
SMS API (SPC 3 Format)
https://aimeagles.com/sms/components/com_spc/smsapi.php?username=user&
password=1234&sender=@@sender@@&recipient=@@recipient@@&message=@@message@@&
Account Balance API (SPC 3 Format)
https://aimeagles.com/sms/components/com_spc/smsapi.php?username=user&password=1234&balance=true
PHP Function to extract message ID from API response:
LEAVE BLANK
Delivery URL(PUSH)
Login to your provider's SMS Portal, go to personal settings page and enter this value in the "Reseller URL" field.
PHP Function to process delivery reports
Parameters
-
BalanceSet to true only when you want to check your credit balance
-
RecipientDestination phone numbers. Separate multiple numbers with a comma (,)
-
UsernameYour aimeagles.com/sms account username
-
MessageThe text message to be sent
-
ScheduleSpecify this parameter only when you are scheduling an sms for later delivery. It should contain the date the message should be delivered. Supported format is "2009-10-01 12:30:00" i.e "YYYY-MM-DD HH:mm:ss"
-
PasswordYour aimeagles.com/sms account password
-
SenderThe sender ID to show on the receiver's phone
Return Values:
Example:
On success, the following code will be returned
OK 21 08033333333, 08022222222, 08055555555
i.e OK = no of sms credits used, gsm numbers that failed
where 21 = number of sms credits used and 08033333333, 08022222222, 08055555555 are the 3 numbers that failed