nxa.XMessage

Description

This function sends a message via the messenger plugin.

Signature

nxa.XMessage (string, string, string, ...)

Parameters

Name

Type

Mandatory/Optional

Description

Name

Type

Mandatory/Optional

Description

Device

string

M

Device name which shall receive the message. Use "" for all devices.

UserOrGroup

string

M

Specifies the user or group to be receive the message. Use "" to address all users. If users and groups have the same name, user has precedence over group.

MessageType

string

M

Message type ("Email", "Telegram", "TwilioSms", "TwilioVoiceMessage", "TwilioVoicePlay", "Twitter")

Parameter1

string

O

Parameter 1 for this message type

...

string

O



Return

None.