Using headers in webhook parameters #2018
Unanswered
lukepearcewp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was struggling trying to get the X-Origin-Url into a parameter - here's a few options incase this helps someone else (and if there's a better way I'd love to know):
Use dig with a default value:
Use dig but rely on the usual parameter default value key:
Using get:
Notes:
dataTemplate: "{{ .Input.header.Accept }}"
| first
to return the string value.Beta Was this translation helpful? Give feedback.
All reactions