V3 Payload Raw

I use to use V2 , i had RAW DATA payload_raw and downlink URL.

I use a webhook to send the data to myserver now with V3.

Can anyone point me to the right direction to get pay_load raw again and downlink url in V3?

I get frm_payload but this not correspond with the payload of my device.
In payload formatter i set none for application and for device set to follow application.

“raw_payload”: “IJlIHYiQJJ5GvGkBHlzcju/UJQgkRIvddrMYnDGAuVW/”,

Second item on this page: Data Formats | The Things Stack for LoRaWAN

I do not get the raw payload as in the onei see the console.

frm_payload is the RAW payload?

"frm_payload": "gkHe",                   // Frame payload (Base64)
    "decoded_payload" : {       

Not sure if you are saying the example isn’t like the one in your console or what you get from the WebHook isn’t the same as from your console.

Try decoding it?

I am having the same issue, in v2 when using HTTP integration you used to get a “payload_raw” field in the json object that was sent. This seems to have been replaced by a new set of fields namely

uplink_message.frm_payload

This would now mean that we have to update our endpoints that are called by the integration?

Yes, otherwise it won’t work.

https://www.thethingsindustries.com/docs/getting-started/migrating/major-changes/#application-data