I have a problem with sending sms from odoo application to mobile number. here the console print the message but the message not sending in mobile number. Please help me how can I send message from button action in odoo. I added a button in form view and i need to send sms after clicking the button.
我有一个升级的Twilio帐户,我想发送短信到任何号码使用该帐户。当我试图发送短信从,短信是成功地发送给用户。但是我想要的是从Auzre移动服务发送短信。
当一个新的数据被插入到Azure移动服务中时,我希望一个特定的用户获得一条SMS。下面是我在Azure Mobile Service脚本中编写的代码:
function insert(item, user, request) {
var httpRequest = require('request');
var sid = "<< My SID >>";
var token =