TagoIO is ready to receive data from and send data to Sigfox devices. The downlink is used to send data back to the device every time it checks in — the data to be sent should be prepared prior to that check‑in. This article explains how to set up a downlink.

Downlink Diagram
Information about uplink can be found in this tutorial.
The downlink sends responses from TagoIO to Sigfox, ensuring the data transition works correctly. The downlink configuration is separated into two parts:
Further setup steps for each part are covered below.
Find your device that you just created by clicking on the Device (left menu), go to it, and click on the tab Configuration parameters;
Create a parameter for your device:
downlinkDataExample of 8 bytes
downlinkData:00000000ada1b2c3
Create an Authorization and use it in the Sigfox setup later.
The Authorization should be generated by TagoIO by accessing the Service Authorization page; no additional parameters are needed.
Go to the Sigfox portal and perform the following steps:
CALLBACK CONFIGURATION
Type: DATA & BIDIR
Channel: URL
URL pattern:
https://sigfox.middleware.tago.io/downlink
Use HTTP Method: POST
Send SNI: Check the box "Send SNI".
Headers: Add two rows in the Headers section inside the header and value fields:
{device} (Required)your_secret_code_here (authorization generated by TagoIO)Content‑type: application/json
Body: Copy and paste the JSON text below into the body field. This JSON will take care of the parse to prepare the data coming from your Sigfox module to TagoIO.
[
{
"variable": "device",
"value": "{device}",
"group": "{time}"
},
{
"variable": "data",
"value": "{data}",
"group": "{time}"
},
{
"variable": "seqNumber",
"value": "{seqNumber}",
"group": "{time}"
}
]
Your downlink integration is completed.
You can also send data from your Dashboard using the Input Form widget. A script to perform a write in the parameter tab must be created using the Analysis.