Management API
TypeScript
import { ManagementClient } from "auth0"; async function main() { const client = new ManagementClient({ token: "<token>", }); await client.branding.phone.templates.test("id", { to: "to", }); } main();
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1 - 255
Destination of the testing phone notification
1 - 16
Medium to use to send the notification
text
voice
1 - 10
The phone testing notification for the template was sent