Introduction
LAfricaMobile’s API for SMS
Welcome
LAfricaMobile’s SMS API, known as LAMPUSH, allows you to send SMS messages using a computer interface. LAMPUSH provides two primary methods of interaction:
- Web Interface: Connect via a web browser.
- API Interface: Communicate directly with the LAM’s platform through API calls.
This documentation focuses on the second method, detailing how to use the API to send SMS messages programmatically.
Account Setup
To use this API, you need a valid account with LAfricaMobile. Upon account creation, LAfricaMobile provides you with:
- Login (also known as
accountid
) - Password
This login and password pair is required for API calls and can also be used to access the LAMPUSH platform via a web browser.
Documentation Variables
Throughout this document, placeholder values are used for illustration. You will need to replace these placeholders with your actual account details provided by LAfricaMobile. Example values include:
Login
:fred
Password
:xpasswordx
API Key
:azertyuiop
Phone Test Number
:+221771611010
Make sure to substitute these values with your actual credentials and information during testing.