I am currently using a Proxy for Notecard Web Requests route and would like to add a device tag as one of the additional headers sent with the event. I’ve tried setting the header to equal [.tags], [.tag], [_tags], and [._tags] with no luck. I’ve also tried adding this value to the web request via a JSONata transformation with no success. Is there something I’m missing, or is this not possible?
Try: [$_tags]
Tags are stored in the environment variable _tags
.
Placeholder doc is here: Notehub Walkthrough - Blues Developers
FYI, we know that you can’t currently see the Notehub-managed envvars (i.e., those beginning with underscore) in the UI, but we aim to remove that restriction in the next month. You can already see those envvars using the API.
3 Likes