Lucee Function Reference
sendgatewaymessage()
Sends an outgoing message through an event gateway.
Beispiel
sendgatewaymessage(string gatewayID,struct data):string
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
gatewayID | string | Yes | Identifier of the gateway to send the message. |
data | struct | Yes | A structure. |