Versions Compared

Key

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

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Info
titleAvailability

This routine is available since katl-commons starting with SIL Engine™ 1.0.

Syntax

...

sendSMS(senderName, phone, text)

Description

...

Excerpt

Sends an SMS using the ENMS service (an additional Kepler product) or some other provider.

See the Configuration manual for more details and supported providers

...

.

...

Returns 'false' if sending failed.

Info

More about the configuration can be found at SMS Sender Configurationconfiguration section.

Parameters

...

Parameter name

Type

Required

Description

senderName

string

yes

the sender

Sender name.

phone

string

yes

the

MSISDN of the destination.

text

string

yes

the text

Text.

Note

The sender name can be either a sequence of maximum 11 characters or a phone number and must not contain spaces.

 


Returns

...

boolean

Returns 'true' if the message was sent successfully or 'false' if an error occurred.

Example

...

Code Block
sendSMS("KEPLER","+40123456789","Hello world!");

See

...

also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "system_routines"
labelssystem_routines