You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -488,6 +488,66 @@ if code_check.http_response.code == '200'
488
488
end
489
489
```
490
490
491
+
### Working with Verify Custom Templates and Template Fragments
492
+
493
+
Verify custom templates allow you to customize the message sent to deliver an OTP to your users, rather than using the default Vonage templates. See the [TemplateManagementGuide document](https://developer.vonage.com/en/verify/guides/custom-templates) for more information.
The [VonageVoiceAPI](The [VonageVerifyAPI v2](https://developer.vonage.com/en/verify/verify-v2/overview) allows you to automate voice interactions by creating calls, streaming audio, playing text to speech, playing DTMF tones, and other actions. See the VonageDeveloperDocumentationfor a [complete API reference](https://developer.vonage.com/en/api/voice) listing all the VoiceAPI capabilities.
0 commit comments