Request a number and configure callback
1
Sign in
Log in to your account at login.beem.africa. Sign up and verify your email address and phone number if you are not already registered.
2
Request a number
Navigate to the SMS menu and open Two Way SMS. Select Request a Number based on your country and requirements.The Beem team will configure a valid short code or long code for your account. The assigned number will appear under Manage Numbers.
3
Set your callback URL
Edit the assigned number and update the callback URL for your application. This is the HTTPS endpoint where Beem will POST inbound messages.
4
Generate API credentials (optional)
To add an extra authentication step, you can validate the API Key on each callback request.
- Visit the SMS menu and click API Setup
- Click Generate API Key and Secret
Callback requirements
Your callback endpoint should:- Be publicly accessible over HTTPS
- Accept HTTP POST requests with a JSON body
- Respond quickly with a JSON acknowledgement
- Return HTTP 200 OK for successful processing
