1. Notifications
  2. SMS

Notifications

SMS

Send a SMS notification from a stub..

Basic usage

Send a SMS notification to a specific contactuuid from a stub.

loading...

Parameters

platforms.sms.message
required
string

The message to send to the recipient.


send_to.[recipient_list]
required
object

This is a grouping of recipient lists to which the SMS should be sent to.


send_to.[recipient_list].type
required
string

Options: contactlist contactuuid raw

Name Description
contactlist Refers to a stubs contactlist
contactuuid Refers to a specific contact
raw Refers to a raw phone number

send_to.[recipient_list].value
required
string

The value of the recipient list. This can be a contactlist, contact uuid or a raw phone number.

Name Datatype
contactlist
string
contactuuid
string
array
raw
string
array