myMap = map();
myMap.put("user", "USERNAME");
myMap.put("password", "PASSWORD");
myMap.put("subject", "SUBJECT");
myMap.put("text", input.message);
myMap.put("numbers", input.numbers);
myMap.put("date", " "); //if blank, message will be send immediately
myMap.put("blacklist", "true");
resp = postUrl("http://www.dakiksms.com/api/tr/xml_api_ileri.php", myMap);