Skip to content
English - United States
  • There are no suggestions because the search field is empty.

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;
 }

must normalize this text to the TagoIO array format accepted by application/json.\n"},"examples":{"Send Data using Network":{"value":"Any format data that your Payload Parser can normalize to TagoIO format.\n"}}}}}} >