I’m trying to send state data, when received, to another Losant application using a webhook, but body data is not showing up in the receiving application.
The Http node is using POST and body is {{data.body}}.
I have tried request headers being “accept: application/json” and “Content-Type application/json” but I must be missing something else.
Just tried Body template {{data.an1}} , which is an individual attribute name, and that worked !
Shouldn’t I be able to define the template as {{data.body}} as the entire object?