Skip to main content
When a subscriber sends an SMS to your Two-Way number, Beem forwards the message to your configured callback URL via HTTP POST with a JSON body.

Callback flow


Callback parameters


Sample callback payload


Expected response

Your server should respond with HTTP 200 OK and a JSON body acknowledging receipt:
Return the same transaction_id from the inbound request so Beem can correlate the acknowledgement.

Sample implementations