Webhook submits last data every hour
-
Hi,
we've encountered some problems with the webhook.
- The last data published over the webhook is receveied again when restarting the app
- If the apps runs, we receive the last message again every hour.
Do you have solution?
kind regards,
Tito
-
Hi Tito
Yes, that's by design, so that apps can start up and get some info from the webhook straight away.
You'll also see a webhook event if your network goes down and up.
If you want to get just events, you could pass a datestamp or a UUID in your POST to the webhook and look at that on the Tingbot to tell if the event is new.
Joe