• Resolved sardornt

    (@sardornt)


    dear day, help me add a new sms provider for my region (Uzbekistan) thanks in advance. I have all the provider’s data I can throw off. sms provider name PLAYMOBILE

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hi, thank you for opening the topic!

    I’ve just checked their website, seems the API documentation is not English and doesn’t have any example of API.

    You can ask them to provide an example of sending SMS through API and let the example code here, then we’ll add this in the next version.

    https://playmobile.uz/instruction

    Thanks!

    • This reply was modified 3 years, 3 months ago by Mostafa Soufi.
    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”}
    }
    ]
    }

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    What about the API URL and params?

    Thread Starter sardornt

    (@sardornt)

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

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    That’s not a good address for the API, as an alternative, I recommend this gateway. the API document is much better.
    https://eskiz.uz/en/sms

    I can send the login and password as a personal message somewhere else?

    No, don’t need it. we’ll add the gateway in the beta version, then you can test yourself.

    Good day. Could you tell Beta version with our SMS gateway left or not? SMS Gateway Playmobile Uzbekistan

    Plugin Author Mostafa Soufi

    (@mostafas1990)

    Hello, as I wrote previously, that SMS gateway is not eligible to be added since it doesn’t meet the following criteria

    • A valid API URL
    • A good Document
    georgiykafiev

    (@georgiykafiev)

    Hello what about Eskiz.uz which you mention earlier, can you integrate it?

    Plugin Author VeronaLabs

    (@veronalabs)

    Yes, we can.

    Just created a new task for our development team to work on.

    georgiykafiev

    (@georgiykafiev)

    Where should I create task, send link please. And is it for free?

    Plugin Author VeronaLabs

    (@veronalabs)

    We already did it.

    Probably in the Pro version.

    Hello! unfortunately I did not find the “Eskiz.uz” gateway in the list of gateways

    Hi,

    Will be released in the next version.

    But what can I do now? I wanted to purchase the plugin today, but apparently I can’t connect the gateway

    Once the gateway is added to the plugin, we will notify you.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘New Sms center for Uzbekistan’ is closed to new replies.