Trouble referencing session token in JSON body for low code connector

Summary

Struggling to nest the session token generated by the authenticator into the body of the stream request for a low code connector. Attempted to use JSON body injection and dot notation in the parameter without success. Questioning if it’s possible to reference the session token in the JSON body using jinja {{ }}.


Question

I’m building a low code connector and just struggling with one item. I need to post the session token generated through the authenticator one level nested into the body of the stream request.

Under Data Request Authentication I’ve hopped into YAML and changed this to a json_body injection, and I’ve tried using dot notation in the parameter, but I’m not having any luck.

Can I pick up the value (a session token) and then reference it in the JSON body via jinja {{ }}?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["low-code-connector", "session-token", "json-body", "jinja", "data-request-authentication"]

I think I’ve seen this case before. DM me a link to your workspace+ connector if you’re on cloud, and test credentials? I’ll try to make it work and post an example.