{
"version": "latest",
"apiKey": "abcdefghijklmnopqrstuvwxyz",
"content": [
{
"contentType": "alert",
"tag": "t1",
"options": {
"expirationInDays": 30
}
"contentEncoding": "json",
"content": {
"version" : "v1.0",
"apiKey" : "abcdefghijklmnopqrstuvwxyz",
"clientRef" : "abcd-efgh",
"options" : {
"notification" : "callback",
"notificationType" : "json"
},
"alert" : [
{
"alertType" : "sms",
"tag" : "t1",
"content" : "This is an SMS 1",
"contentEncoding" : "utf8",
"sender" : "+447971234567",
"recipientList" : "+447971110001,+447971110002"
}
]
}
}
]
}