Webhook: howto get uplink_message?

I work with GitHub - adnanh/webhook: webhook is a lightweight incoming webhook server to run shell commands.
I do a webhook setup from TTN and the the basic is ok.
The device send the message to TTN and TTN send the webhook to my server.
But, I can’t get the uplink_message. Could you help me, please?

Thanks in advice.

If the Webhook is working, what do you see in the output - it’s format, the entries in it and how it compares to the examples in the documentation?

Thanks @descartes .

My problem is with the webhook configuration.
Howto use “pass-arguments-to-command” and howto put uplink_message on vars
I can’t do it.

That’s a function of the Go library you’ve used - one I’ve not seen before and I do a fair amount of integration work.

What do the instructions for the library tell you about those topics?

Hi @descartes
I found my mistake: parsing the json message.

It’s working now.
Thanks!