package example
import (
context "context"
phone "github.com/auth0/go-auth0/management/management/branding/phone"
client "github.com/auth0/go-auth0/management/management/client"
option "github.com/auth0/go-auth0/management/management/option"
)
func do() {
client := client.NewClient(
option.WithToken(
"<token>",
),
)
request := &phone.CreatePhoneTemplateRequestContent{}
client.Branding.Phone.Templates.Create(
context.TODO(),
request,
)
}{
"id": "<string>",
"content": {
"syntax": "<string>",
"from": "<string>",
"body": {
"text": "<string>",
"voice": "<string>"
}
},
"type": "otp_verify",
"disabled": false,
"channel": "<string>",
"customizable": true,
"tenant": "<string>"
}package example
import (
context "context"
phone "github.com/auth0/go-auth0/management/management/branding/phone"
client "github.com/auth0/go-auth0/management/management/client"
option "github.com/auth0/go-auth0/management/management/option"
)
func do() {
client := client.NewClient(
option.WithToken(
"<token>",
),
)
request := &phone.CreatePhoneTemplateRequestContent{}
client.Branding.Phone.Templates.Create(
context.TODO(),
request,
)
}{
"id": "<string>",
"content": {
"syntax": "<string>",
"from": "<string>",
"body": {
"text": "<string>",
"voice": "<string>"
}
},
"type": "otp_verify",
"disabled": false,
"channel": "<string>",
"customizable": true,
"tenant": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://auth0-quickstart-flutter-windows.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The phone notification template was created.
1 - 255Show child attributes
otp_verify, otp_enroll, change_password, blocked_account, password_breach 255Whether the template is enabled (false) or disabled (true).
1 - 255このページは役に立ちましたか?