wip(sendsms): send to a CSV list

This commit is contained in:
AJ ONeal 2025-11-17 13:11:36 -07:00
parent 4a8f33f61c
commit 0793b8f16f
No known key found for this signature in database

5
cmd/sendsms/example.csv Normal file
View File

@ -0,0 +1,5 @@
Preferred,Phone,Message
Bob,1800.555-1234,"Hello {First}, Welcome to the fold!"
Suze,8005553456,"Hello {First}, Welcome to the fold!"
Jon,800.555.5678,"Hello {First}, Be bold!"
Jane,+1 (800) 555-5678,"Hello {First}, Be bold!"
1 Preferred Phone Message
2 Bob 1800.555-1234 Hello {First}, Welcome to the fold!
3 Suze 8005553456 Hello {First}, Welcome to the fold!
4 Jon 800.555.5678 Hello {First}, Be bold!
5 Jane +1 (800) 555-5678 Hello {First}, Be bold!