使用 nexmo api 更改验证文本?

Change verification text using nexmo api?

是否可以更改使用验证时发送给用户的文本 api?

我说的是这个:

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

我意识到没有办法做到这一点(我检查了休息api),还是我弄错了?

您可以有不同的验证模板,但是,您首先需要提交对新模板的请求,并且该请求必须由支持团队 reviewed/approved 完成。

请参阅以下文档: https://developer.nexmo.com/api/verify/templates

更重要的是: https://developer.nexmo.com/api/verify/templates#create-a-custom-template