Send
Send Certified

Send a UDP datagram

yaml
type: io.kestra.plugin.fs.udp.Send
yaml
id: udp_send_example
namespace: dev

tasks:
  - id: send_udp
    type: io.kestra.plugin.fs.udp.Send
    host: 127.0.0.1
    port: 8081
    payload: "Hello via UDP"
Properties
DefaultUTF-8