Send Data using Network
Send data to TagoIO using the Network instead.
Send data to TagoIO using the Network instead.
This endpoint allows the Network Payload Parser to identify and redirect data to the correct device created using the Network associated with the Network Token.
The Network's Payload Parser is required to set the serial within the network parser. For example:
javascript
if (Array.isArray(payload)) {
const payload_received = payload.find(x => x.variable === "payload");
serial = payload_received?.metadata?.serial;
}