API Methods
3jam.conversations.receiveMessage (currently for commercial users only)
Receive a message sent to a conversation or virtual number
Callback URL
Register the API with a callback URL. 3jam will POST messages to this URL.
Contents
<?xml version="1.0" encoding="utf-8" ?>
<req method="3jam.conversations.receiveMessage">
<from user_id="3225678" phone="+15100009001" />
<to user_id="3225678" phone="+14150009870" />
<conversation id="987" />
<message>Can you please come at 7PM tonight?</message>
</req>