SMS From CSV: Difference between revisions
Jump to navigation
Jump to search
Created page with "test" |
No edit summary |
||
Line 1: | Line 1: | ||
Your csv file should be structured with two columns that are separated with a semicolon ; | |||
* mobile number | |||
* message | |||
The first row defines the column header name (e.g. mobile and message). All the following rows are will be send with the first column being the receivers mobile number and the second column the message that will be send. | |||
Example of csv: | |||
mobile;message | |||
42408883;Min første besked | |||
41787710;Min anden besked |
Revision as of 06:39, 7 July 2017
Your csv file should be structured with two columns that are separated with a semicolon ;
- mobile number
- message
The first row defines the column header name (e.g. mobile and message). All the following rows are will be send with the first column being the receivers mobile number and the second column the message that will be send.
Example of csv:
mobile;message 42408883;Min første besked 41787710;Min anden besked