Send personalised SMS alert

Send a personalised SMS alert. Specify, client ref, alert type, recipient list, content, sender (sender ID modification), lookups for inclusion of personalised URL short link.

{
  "version" : "latest",
  "apiKey" : "abcdefghijklmnopqrstuvwxyz", 
  "clientRef" : "my-reference",
  "options": {
    "notification" : "poll",
    "notificationType" : "json"
  }
  "alert" : [ 
    {
        "alertType" : "sms",
        "tag" : "tag1",
        "recipientList" : "+447777100100,+447777100101,+447777100102",
        "content" : "This is message for {recipient} on {datetime-DD/MM/YYYY}. Click {shortlink} to let us know you've seen this.",
        "contentEncoding" : "utf8",
        "sender" : "My Company",
        "lookups": { 
            "performLookups": true, 
            "uniqueLookups": true, 
            "shortlink": { 
                "reference": "a-reference", 
                "url": "https://my-companies-url.com/alertinghub-click-through"
            }
        }
    }
  ]
}