From 3a83ccab35afe7859467f95f886a9edc64315383 Mon Sep 17 00:00:00 2001 From: "k.c" Date: Fri, 9 Jan 2026 13:34:54 +1000 Subject: [PATCH] testing long text --- app/api/sms/toll-free/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/sms/toll-free/route.ts b/app/api/sms/toll-free/route.ts index 7c0f49bf..7341d33b 100644 --- a/app/api/sms/toll-free/route.ts +++ b/app/api/sms/toll-free/route.ts @@ -18,7 +18,7 @@ export async function GET(req: NextRequest) { const phone_number = params.get("phone_number"); const messageParams = { to: `+1${phone_number}` as string, - text: "In Process is testing phone number features. no action required.", + text: "Long Text Test: 'Someone is trying to connect this phone number to the artist profile for ... on In Process. If this was you, please reply 'yes'. If this was not you, please ignore this message.' no action required.", type: "SMS" as const, messaging_profile_id: TELNYX_MESSAGING_PROFILE_ID, };