Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See the following documentation for more details: WMP Dashboards - CLASSOUND Dashboard.

...

Bulk SMS sending via

...

Note

Note: Only outgoing SMS are supported.

1.  From Collaboration top menu, click on the Add button 

2. Choose Send SMS from the list 

3. Fill in the necessary information:

    1. Mobile number: enter the numbers you want to sent SMS to, separated by commas

    2. Message: enter the message

    3. Postpone delivery: tick the box and select the date to schedule SMS sending

4. Click the Paper plane icon to send SMS: 

Mass SMS sending via Mail2SMS service

Note

Note: Only outgoing SMS are supported.

To send bulk SMS using Mail2SMS service, send an email in plain text format to the PBX email address containing the text as provided in the example below:

  • SENDSMS: TRUE
  • FROMNUMBER: 100 (SMS sender)
  • TONUMBER: +443412345678 (enter destination number)
  • SMSPASSWORD: wildix
  • CCNUMBER: +443412345678, +443412345678 (enter additional destination numbers, separated by commas)
  • MESSAGE: Hello World! (type the message here)

Mass SMS sending via API

Mass SMS sending via API is available for all DIDs (US/Canadian and other countries). 

Note

Notes:

  • Only outgoing SMS are supported.
  • To access APIs Online Documentation (WMS 5.0X/ 4.0X),  use the following URL: https://<pbx-host>/api/v1/doc/#operation/addOriginateSms (available only for admin user/ users with admin rights!)

Make an HTTP POST/GET request with basic authorization (username/ password of the user who is the SMS sender) to http(s)://<PBX_IP_Address>/api/v1/originate/sms.

The POST/GET required parameters are:

  • message: the body SMS messages, length of no more than 300 characters
  • number: the phone number or several numbers separated by a comma. Example: +391234567890 or +391234567890,+391234567891,+391234567892,...

The POST/GET optional parameter is:

  • postpone: date of postponed message delivery. Example: 14/07/2014 15:35

The response of the service is

Success: {"type":"result","result":"Success"}

Warning: {"type":"warning","reason":"Unable to add a SMS to the queue","result":["111"]}

Error: {"type":"error","reason":"Number should not be empty","result":null}

...

CLASSOUND

It is also possible to send bulk SMS via CLASSOUND. 

Refer to Bulk SMS sending via CLASSOUND for instructions. 

Sending SMS from Dialplan

To send SMS from Dialplan, apply the following configuration:

...