Simplified (smaller) payload for custom webhook?

Hello all,

I’m trying to use a custom webhook in v3 to trigger an event on a home automation system (Homey). I’ve examined the JSON payload & while its full of information it’s overkill for my purposes & the receiving server appears to fail to parse the payload correctly.

Is it possible to simplify the payload, i.e. just the raw data without GPS details, gateway, device id…

Thanks,

No

API calls you can request which fields, which usually comes with some others that are mandatory.

But at present there isn’t anything for WebHooks.

The packet forwarder info is being looked at to cull some of the unnecessary detail.

Feel free to file an issue on GitHub with suggestions.

Ok, thanks for the reply