How it works
1
1. Create your message
Your application prepares the SMS request, including:
- Recipient phone number
- Active Sender ID
- Message content
2
2. Send the request
Your application submits the request to the Beem SMS API using Basic Auth (API Key and Secret) or an access token. Set
Content-Type to application/json for JSON payloads or application/xml for XML payloads.The API authenticates your request before processing it.3
3. Message processing
If the request is valid, Beem accepts the message and forwards it to the appropriate mobile network operator.
4
4. SMS delivery
The mobile network delivers the SMS to the recipient’s device.
5
5. Delivery report
Once delivery is attempted, Beem receives the delivery status from the mobile network.
