How to test AI SMS auto-reply flow in n8n without Twilio toll-free or 10DLC verification?

Hi everyone,

I’m experimenting with an AI-powered SMS auto-responder workflow using n8n, OpenAI, and Google Sheets.

The idea is working well in theory — the workflow receives messages and generates a smart reply using GPT — but I’m running into issues with testing:

  • My Twilio toll-free number was rejected during verification.
  • Local numbers now require A2P 10DLC registration, which also blocks replies.
  • I don’t have a registered business or website yet, so I can’t complete the verification process.

I’m just trying to test and iterate on the concept before going any further.


:question: My Questions:

  • Has anyone else run into this issue when testing SMS workflows without verification?
  • Are there SMS providers or alternative channels that allow 2-way SMS testing more easily?
  • How have others solved this while still in the prototyping or solo dev stage?

Any advice or suggestions would be appreciated!

Thanks :pray:
— PawOne

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Yes, I have encountered this problem. Here’s a summary.

2 Likes

Totally agree — thanks for putting this together. It’s frustrating when even basic reply functionality is blocked unless you go through full business verification. Not ideal at all when you’re just trying to test or build a small prototype.