Callback troubleshooting procedure
Problem
My callback is not transmitting data to a third-party server / IoT platform.
Solution
Sigfox recommends following the checklist here below in order to troubleshoot any errors on callbacks configuration.
If all checks are OK but the problem persists, please contact your Sigfox Distributor Service Desk.
Item # | Title | Description | Troubleshooting |
1 | Callback enabled / disabled | Your callback is not enabled. | For uplink callbacks, click on the checkbox on the callbacks page in order to enable it. For downlink callbacks, click on the blue circle on the callbacks page in order to activate it. If not possible, please check the Downlink callbacks article. |
2 | Contract with Downlink service enable | The contract your device type is associated with does not allow downlink communications. | Contact your Sigfox Distributor Service Desk. |
3 | HTTP methods | The HTTP method on the callback is not correctly set: GET or POST | Verify that your servers await incoming GET or POST requests, as configured in the Backend. |
4 | Callback URL | The URL entered in the callbacks does not point to your server. | Edit your callback in order to correct the URL. |
5 | Callbacks in error | Check the Callbacks' status error log. You will find this error log within the Callback menu in the Device Type information page. (cf. Device not communicating article) | Statuses HTTP1xx to HTTP5xx are publicly documented by W3C and specialized organizations. Status HTTP6xx is provided by Sigfox along with a text description, for further details please contact your Sigfox Distributor Service Desk. |