dibaloke
3/18/2019 - 11:38 PM

Nexmo send sms

import nexmo

client = nexmo.Client(key='ef255121', secret='E7L74hIkGd2pIKss')

client.send_message({
    'from': 'Nexmo',
    'to': '8801537012420',
    'text': 'Test sms for measurment lab project via python',
})