Difference between revisions of "NoAuth usecase 3"
Pavel.lobko (talk | contribs) |
Pavel.lobko (talk | contribs) |
||
Line 7: | Line 7: | ||
DCMCLIENT(MYCLIENT) RECVLOG('/home/btpl/recvnex.log') SENTLOG('/home/btpl/sentnex.log') AUTHMETHOD(*NONE) | DCMCLIENT(MYCLIENT) RECVLOG('/home/btpl/recvnex.log') SENTLOG('/home/btpl/sentnex.log') AUTHMETHOD(*NONE) | ||
− | + | Was it your phone ring? Check it.<br> | |
[[File:Noauth3-2.png]] | [[File:Noauth3-2.png]] | ||
Revision as of 15:39, 11 April 2020
I2REST COMMAND(*POST) URL('https://rest.nexmo.com/sms/json') BODY(*N '{"api_key":"40a45a89", "api_secret":"EN8AHxD6fOd1jvWD", "from":"Vonage SMS API", "to":"375297784290", "text":"Hello from i2Rest"}' 'application/json') OUTPUT(*BOTH) DCMCLIENT(MYCLIENT) RECVLOG('/home/btpl/recvnex.log') SENTLOG('/home/btpl/sentnex.log') AUTHMETHOD(*NONE)
Was it your phone ring? Check it.