Skip to content

Resending Webhooks

In the event that your server is offline or fails to accept a webhook, you are able to resend JSON payloads to your server using the Tenovi web app.

Resending Individual JSON Payloads

In order to resend JSON payloads that you have missed:

  1. Log into the Tenovi web app
  2. Navigate to the client devices screen
  3. Find the device you wish to resend data for by searching for the gateway ID, patient ID, HWI Device ID, or other device information
  4. Click on the bar graph icon on the right side for the specific device Bar graph icon to view the Device Data modal of a specific device
  5. Each measurement will have a plus icon associated with it and an arrow icon; click the arrow icon to resend the JSON data to your webhooks Resend individual measurement data webhook JSON payloads

Retrieving Many Measurements

While you are unable to bulk resend data to your servers, you can make use of GET requests with date query parameters retrieve measurements for a specific time frame. This is covered in detail in our Measurement Data document.