Versions Compared

Key

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

...

Bulk SMS sending via CLASSOUND

It is also possible There are several ways to send bulk SMS via CLASSOUND:

Sending bulk SMS via Collaboration

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: Refer to Bulk SMS sending via CLASSOUND for instructions. 

Bulk SMS sending via Mail2SMS service

Note

Note: Only outgoing SMS are supported.

To be able to send bulk SMS via Mail2SMS service, SMS server profile should be configured in WMS -> Settings -> System -> Fax/SMS server
See documentation: WMS Settings Menu - Admin Guide: FAX/SMS server.

Then, to send bulk SMS using Mail2SMS service, you need to 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 (enter extension number of SMS sender)
  • TONUMBER: +443412345678 (enter destination number)
  • SMSPASSWORD: wildix (enter the "Protection password" of the SMS server profile configured in WMS -> Settings -> System -> Fax/SMS server)
  • CCNUMBER: +443412345678, +443412345678 (enter additional destination numbers, separated by commas)
  • MESSAGE: Hello World! (type the message here)


Bulk 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}

The "reason" part is the description of the warning/error

Html
<div class="fb-like" data-href="https://confluence.wildix.com/x/OISEB" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...