UDP Broadcast
Broadcast a UDP payload to a specific port

UDP Broadcast Dialog
Parameters
UDP Port
Number required
Port of the UDP server to broadcast to
Payload Data
Text required
Enter the data to send to the UDP server
For example, this could be simple text strings, or structured text such as JSON.
Refer to the documentation of the UDP interface you are interacting with.
Example payloads:
{
"command": "speak",
"id": "1234",
"voice": "BotVoice",
"message": "It's %user%"
}
FAST_FORWARD