The Advanced Data option allows you to receive additional information like SNR, RSSI, STATION, and others.
The type of information available will depend on your Data Plan contracted with Sigfox.
On the Sigfox Backend Portal, create a callback type 'uplink'.
Click on the Device Type and select your device from the list. Click on the Callback button, then click on New, and select the option Custom callback.
Configure the uplink with the instructions below.
- Type: SERVICE
& ADVANCED_DATA
- Channel: URL
- URL: https://sigfox.middleware.tago.io/uplink
- 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:
header | value |
device | {device} |
authorization | <authorization generated by TagoIO> |
- Content-type: application/json
- Body: Copy and paste the JSON text below
[ { "variable":"device", "value":"{device}", "serie":"{time}" }, { "variable":"data", "value":"{data}", "serie":"{time}" }, { "variable":"seqNumber", "value":"{seqNumber}", "serie":"{time}" }, { "variable":"location", "location":{computedLocation}, "serie":"{time}" } ]
You can use any Service type for Uplink.
Learn more about how to integrate with Sigfox.