sorry what you mean with the </> tool.
At the moment I test a forwarding with pipedream and change the header. That works.
But i find no option inside the TTN webhooks to change the header.
Thanks a lot.
I do that already, but TTN put it in a separate Header, push over need it in the body.
If I change it in pipedream it works with this code:
Pushover accepts a POST - it mentions JSON but provides no example. TTS sends the data as JSON with a header of Content-Type:application/json which I’m sure you already know from you using the various tools to see what gets sent.
TL;DR: You can’t, you need to setup an intermediary service.
And all that said, uplinks to a Push Notification are a bit of a hack. Your device should be sending periodic “I’m OK” messages which you don’t really need to know about - the intermediary service can send a Push when it doesn’t hear from the device on schedule.