【问题标题】:Twilio give an sms or mms message a called idTwilio 给一条短信或彩信一个被叫的 id
【发布时间】:2020-03-09 00:04:24
【问题描述】:

有没有办法让短信显示带有来自 twilio 号码的来电显示? 我在文档中找到了这个,我试过了,它什么也没做。

"friendlyName"

export function twilioSend() {
  client.messages.create({
    body: 'hello from node',
    to: '+13105551212',
    from: '+15625551212',
    friendlyName: "my caller ID",
  })
  .then((message) => console.log(message.sid))

通过上面我收到短信,发件人号码是发件人号码。在此示例中为 1525551212。​​我希望它从“我的来电显示”中说出。 这可能吗?

【问题讨论】:

标签: twilio


【解决方案1】:

这里是字母数字 SenderID 支持的国家/地区列表。

International support for Alphanumeric Sender ID

【讨论】:

  • 不支持美国,这是我之前无法发送的原因。 @艾伦
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-02-14
  • 1970-01-01
  • 1970-01-01
  • 2015-06-05
  • 1970-01-01
相关资源
最近更新 更多