-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
async function vertify(code:string) {
const phone_number: string = "+"
console.log(phone_number)
const response = await client.verify.services(twilioConfig.SERVICE_ID)
.verificationChecks.create({
to: +${phone_number},
code: code,
// statusCallback: 'http://postb.in/1234abcd'
});
Metadata
Metadata
Assignees
Labels
No labels