-
Notifications
You must be signed in to change notification settings - Fork 130
SMS merge
tenzap edited this page Mar 2, 2022
·
1 revision
SMS Merge is working just like Mail merge, where you can personalize your SMS dynamically from a CSV (Comma Separated Value) file.
For example you have CSV file like this (it's also included on media/csv/contact_sample.csv):
"Name","Number"
"Azhari Harahap",123123123
"Budi Dani",23123123
"Andi Raharja",4215456456
You'll notice that the header field is Name and Number.
Now, open your Compose window and import the CSV file. The list of fields appears. Select them as needed.