UDP Broadcast

Broadcast a UDP payload to a specific port
Preview
Preview

Parameters

UDP Portrequired
Number

Port of the UDP server to broadcast to

Payload Datarequired
Text

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%"
}