Using Raw Body in HTTP Request

(Zixu Cheah) #1

Hey, I’m a new user here.

I want to include this in my “content” :
Hello {{name}}

Can I do this in raw body:
{"content": " 'Hello '+{{name}}"}

If not, can someone teach me this?
Thanks!!

(Daniel Beckett) #2

Does it need to be Raw content that you send? You may find a GET request easier to construct,e.g.
https://yourwebhookdestinationhere?name={{catchall.user_name}}