able-toddler-42129
06/30/2022, 2:23 PM"response": "Hi {{.user_name}}! Thanks for submitting your {{.command}} request to Tines, we're analyzing now"
but when I run the slash command, it treats {{.user_name}}
as a string, so it comes out as "Hi {{.user_name}}...", am I missing something here?modern-farmer-99434
<<.user_name>>
for example? Or even <<.body.user_name>>
and <<.body.command>>
cause I think it refers to how the json is being receivedable-toddler-42129
06/30/2022, 6:21 PMable-toddler-42129
06/30/2022, 6:35 PM"response": "<< body.user_name >>"
modern-farmer-99434
modern-farmer-99434
.
- good shout!modern-farmer-99434
able-toddler-42129
06/30/2022, 6:55 PM