-
Notifications
You must be signed in to change notification settings - Fork 131
SMS merge
tenzap edited this page Jan 20, 2025
·
2 revisions
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. Number must exist and contain the phone number. There can be other fields but this is not mandatory. Each field will be available for mail merge.
Now, open your Compose window and import the CSV file. The list of fields appears. Select them as needed.