From 8c9c4ae485cc6a43aed23b341daa9b674d096041 Mon Sep 17 00:00:00 2001 From: Ibrahim Saberi Date: Tue, 18 Nov 2025 13:42:01 -0500 Subject: [PATCH] fix: nudge sms send by changing senderNumber --- api/nudge/send-otp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {