SMS From CSV: Difference between revisions

From UmsWiki
Jump to navigation Jump to search
Rum (talk | contribs)
No edit summary
Khm (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Access===
From the Configurator - > Website Settings  you can select which AD Group should be able to access the SMS From CSV feature.
[[File:SMS Csv Settings.png|thumb|Options to show/hide SMS CSV |none|660x660px]]
To see SMS From CSV you must be a global admin or part of the selected AD group.
If you select "show SMS on front page" the option will be shown on the frontpage as well as in the control panel.
===Sending SMS===
Your csv file should be structured with two columns that are separated with a semicolon ;
Your csv file should be structured with two columns that are separated with a semicolon ;
* mobile number
 
* message
*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.
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.


Line 11: Line 21:
  41787710;Min anden besked
  41787710;Min anden besked
  41787710;Min anden besked<nowiki><br></nowiki>new line
  41787710;Min anden besked<nowiki><br></nowiki>new line
=== Errors with danish characters ===
Try saving with another encoding. UTF8 With BOM works.

Latest revision as of 14:29, 18 January 2023

Access

From the Configurator - > Website Settings you can select which AD Group should be able to access the SMS From CSV feature.

Options to show/hide SMS CSV

To see SMS From CSV you must be a global admin or part of the selected AD group.

If you select "show SMS on front page" the option will be shown on the frontpage as well as in the control panel.

Sending SMS

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.

For linebreaks use <br>

Example of csv:

mobile;message
42408883;Min første besked
41787710;Min anden besked
41787710;Min anden besked<br>new line

Errors with danish characters

Try saving with another encoding. UTF8 With BOM works.