Call us toll free @ 888-497-7898

sms - getreplies

Get all the replies to messages in the account


API Call Information
area: sms
action: getreplies

API Arguments
Argument Data Type Required Description
start integer No Starting position of number of records
limit integer No Number of records to return
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=sms&action=getreplies

API Result:
XML Response JSON Response
<response>
  <records>1</records>
  <reply>
    <id>286257</id>
    <datecreated>October 16, 2024, 05:09 pm</datecreated>
    <message><![CDATA[STOP ]]></message>
    <nummedia>0</nummedia>
    <phonefrom>+13844391641</phonefrom>
    <phoneto>+19162296521</phoneto>
    <phoneid>154</phoneid>
    <campaignid>529</campaignid>
    <unsubscribed>1</unsubscribed>
    <tag/>
  </reply>
</response>
{
    "records": "1",
    "reply": {
        "id": "286257",
        "datecreated": "October 16, 2024, 05:09 pm",
        "message": "STOP ",
        "nummedia": "0",
        "phonefrom": "+13844391641",
        "phoneto": "+19162296521",
        "phoneid": "154",
        "campaignid": "529",
        "unsubscribed": "1",
        "tag": ""
    }
}