Change verification text using nexmo api?

Is it possible to change the text which is sent to user when using verification api?

I'm talking about this:

$requestId = $nexmo->verify()->start([
    'number' => '...',
    'brand'  => '...',
]);

As I realize there is no way to do it (I checked rest api), or am I mistaken?


You can have different Verify templates, however, you will first need to submit a request for the new template and the request will have to be reviewed/approved by the support team.

Please see the following documentation: https://developer.nexmo.com/api/verify/templates

More importantly: https://developer.nexmo.com/api/verify/templates#create-a-custom-template

链接地址: http://www.djcxy.com/p/5660.html

上一篇: 在Laravel中捕获NEXMO错误

下一篇: 使用nexmo api更改验证文本?