Lucee Function Reference
sendgatewaymessage()
Sends an outgoing message through an event gateway.
Example
sendgatewaymessage(string gatewayID,struct data):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
gatewayID | string | Yes | Identifier of the gateway to send the message. |
data | struct | Yes | A structure. |