...
Our system will attempt to call your integration each time a matching event (as per the Settings you set in the Integration) occurs in your account. If calling your integration results in an error, the integration will attempt to retry the call. However if several such errors are encountered, the problematic integration will may then be disabled. This is a buffer on our side to prevent constant retries from impacting our system.
...
The email for the Admin contact (i.e. the account where the integration was setup) will receive notification when an integration disconnect such as this occurs. Within this email will be an error indicating what type of problem caused the integration to be disabled.
Note |
---|
If the Admin account email is unmonitored, be sure occasionally to be on the lookout for such emails or forward them from their to one that is monitored. |
What kinds of errors might result in disabling?
Receiving service is Offline or unavailable.
SSL or Authorization errors.
Receiving service is unable to handle the amount of messages being sent to it. For example, a spike in device activity might overwhelm a service without adequate resources.
Recommendations for
...
how to validated Integrations are working in your account
Beyond log information (which may or may not be available to you on your receiving side), the best way to test to see if Integrations are working in your account is to use a basic Webhook and a known 3rd party test site such as https://webhook.site/ .
Create a test webhook URL, such as using https://webhook.site/ or https://postb.in/.
Using the webhook target you just generated, set up a webhook under the account where your devices are located.
Wait for a new Uplink (device reading) to come in for one of your devices.
...