Skip to main content

message.getEndpoint

message.getEndpoint()

Description

Gets the endpoint of the plugin where the message originated from.

Example

if(message.getEndpoint() == "Monitor")
api.wto("Monitor: " + message.toJson())