This message was deleted.
# general
m
This message was deleted.
m
Hey Anusha, convert subject to lower case where? In the email template?
h
@magnificent-energy-493 in remote_json Authorizer cofiguration
f
in the templates, you have access to the sprig library. In particular http://masterminds.github.io/sprig/strings.html. Check out the
lower
function, it should do what you want
h
I got that working
{{ .Subject | lower }}
this syntax is working actually.
👍 2
Thanks. for the help 🙂