# Websocket In

### Inputs

No inputs, because this is trigger node.

### Outputs

By default, the data received from the WebSocket will be in `msg.payload.`

![](https://1551505950-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mkaq90Au3F8Kz0qIFzO%2Fuploads%2Fgit-blob-2ec2569a5f179278c0c4a36dc34b5b8f5aae3cb0%2Fimage.png?alt=media)

### Details

By default, the data received from the WebSocket will be in `msg.payload`. The socket can be configured to expect a properly formed JSON string, in which case it will parse the JSON and send on the resulting object as the entire message.
