Send
Send Certified

Send data to a TCP server

yaml
type: io.kestra.plugin.fs.tcp.Send
yaml
id: tcp_send_example
namespace: dev

tasks:
  - id: send_tcp
    type: io.kestra.plugin.fs.tcp.Send
    host: 127.0.0.1
    port: 9090
    payload: "Hello from Kestra"
Properties
DefaultUTF-8
Default{}
Definitions