Sending confirmation of successful web hook back to Argon

Hi All,

Can someone help me figure out or find some info on how to get confirmation back to my Argon that I've successfully completed a webhook?

The web hook triggers a notification that doesn't always go thru (maybe 3 of 4 times it works), and I want to resend the web hook if I have not received confirmation that the notification was sent.

I get the response below from https://api.prowlapp.com/publicapi that I can see in the console.

How can I get some indication back to the boron that I received the success code from Prowl?

Thx!

HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx
Date: Fri, 29 Oct 2021 14:53:53 GMT
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Strict-Transport-Security: max-age=31536000; includeSubdomains;
Via: 1.1 vegur

<?xml version="1.0" encoding="UTF-8"?>

Hi, I think this can be achieved by subscribing to the response of the webhook.
One of the places the docs talk about it is here:
https://docs.particle.io/tutorials/device-cloud/webhooks/#product-webhook-responses

Cheers,
Gustavo.

2 Likes