Skip to main content
When an inbound (mobile-originated) message is received, the Messaging Platform (MP) forwards it to your server via HTTP POST.

Callback URL configuration

For Multicountry SMS accounts, inbound two-way callback URLs are configured manually by the Beem team on your account. Contact support@beem.africa to register your HTTPS endpoint.
This is separate from Two-Way SMS (local REST product), which uses a callback URL configured per number in the dashboard.

Inbound parameters

Your server must respond with HTTP 200 OK. The response body should be empty and will be ignored.

Sample handler (PHP)

Sample implementations: beem-sms-txn-api-sample — callback