sendGatewayMessage

Sends an outgoing message through a ColdFusion MX event gateway.

sendGatewayMessage(gatewayID, data) → returns string

Argument Reference

gatewayID string
Required

Identifier of the gateway to send the message.

data struct
Required

A ColdFusion structure.

Examples
Sample code invoking the sendGatewayMessage function


Fork me on GitHub