diff --git a/api/nudge/send-otp.js b/api/nudge/send-otp.js index a131b1d..bab28e7 100644 --- a/api/nudge/send-otp.js +++ b/api/nudge/send-otp.js @@ -111,7 +111,7 @@ export default async function handler(req, res) { bodyPlain: `Hello, your Tilli demo verification code is ${otpCode}. Valid for 5 minutes.` }, toPhoneNumber: phone, - senderNumber: "18334561408", + senderNumber: "18448443464", channel: 1 }; } else {