noraneto
noraneto
The example json attached. [smpljson.txt](https://github.com/helium/console/files/6980508/smpljson.txt) We need following key values in URL Params: dev_eui, decoded.payload.token, reported_at.
Thanks, this works for URL Params.
Assigning key value from JSON message to a HTTP header or URL Params value does not work anymore. Worked before, please check.
I have stored a customer specific api-token as a device label when onboarding devices using console api. I also have another device label which defines the flow for the application....
Yes I would like to interpolate keys from original json message into the http header. However as a workaround I tried to interpolate the keys from custom template that I...
I also tested interpolating keys from json message to http header without using custom template and it didn't work. I am attaching the debug request. [debug.txt](https://github.com/helium/console/files/9049736/debug.txt)
 Here is how my header fields look.
The interpolation seems to work only with URL params not with the headers.
Thank you for the fast response. Please consider making the interpolation work from the original JSON message (integration input) instead the integration result. It will make integration more flexible as...
Thanks. There is an option to use triple curly brackets for interpolating, I do not recall what is the usage for that, but maybe something similar will do for pulling...