Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sardornt

    (@sardornt)

    This is URL: http://91.204.239.44/broker-api/send
    and I can send the login and password as a personal message somewhere else?

    Thread Starter sardornt

    (@sardornt)

    Sending a single message using a template{
    “messages”:
    [
    {
    “template-id”: “111”,
    “recipient”: “998900000000”,
    “message-id”: “abc0000001”,
    “variables”: {“NAME”:”IVAN”, “SURNAME”:”IVANOV”}
    }
    ]
    }
    SMS-API
    11
    Sending bulk SMS without template
    {priority”: “”, “timing”: {
    “localtime”: “true”,
    “start-datetime”: “2017-11-05 10-00”,
    “end-datetime”: “2017-11-25 19-00”,
    “allowed-starttime”: “10-00 ”, “allowed-endtime”: “19-00”
    “send-evenly”: “false”
    },
    “sms”: {
    “originator”: “smsSender”, “content”: {
    “text”: “Test text”
    }
    },
    “messages”:
    [
    {
    “recipient”: “998900000000”,
    “message-id”: “abc00000145”
    },
    {
    “recipient”: “998900000001”,
    “message-id”: “abc00000146”
    }
    ]
    }
    }
    Sending bulk SMS by template
    {
    “template-id”: “112”,
    “messages”:
    [
    {
    “recipient”: “998900000000”,
    “message-id”: “abc000001”,
    “variables”: {“NAME”:”IVAN”, “SURNAME”:”IVANOV”}
    },
    {
    “recipient”: “998900000001”,
    “message-id”: “abc000002”,
    “variables”: {“NAME”:”PETR”, “SURNAME”:”KUZIN”}
    },
    {
    “recipient”: “998900000002”,
    “message-id”: “abc000003”,
    “variables”: {“NAME”:”VLADIMIR”, “SURNAME”:”NESTEROV”}
    }
    ]
    }

Viewing 2 replies - 1 through 2 (of 2 total)