Webhook Integration

Hi,

I have an application which collects sensor information and posts the data in JSON format via HTTPS/POST/WEBHOOK. I can add end-point URL in the application where I need these JSON sensor payload to be forwarded.

1. Do I need to run middleware to parse the webhook data?

2. Should I send it directly to TagoIO data end-point?

3. What TagoIO data end-point URL should I use in this case?

Hi Girish,

  1. Do I need to run middleware to parse the webhook data?
    Yes, you will need to create your own middleware to parse and process the webhook data before sending it to TagoIO.

  2. Should I send it directly to TagoIO data end-point?
    After processing the data with your middleware, you can send it directly to the TagoIO data endpoint.

  3. What TagoIO data end-point URL should I use in this case?
    You can find the appropriate TagoIO data endpoint URL and additional details in the following documents: