Body of The HTTP ( JSON ) and Discord Channel

Hi all,

From:  BOT >> HTTP Call a Webhook >> HTTP verb ( POST ) >> Type ( JSON )

I didnt put "comma" in The HTTP code. And it show up on the Discord Channel.

How can I remove " comma "?

Json a1.JPG

{

"content":

"_ _\n

<<IF:( [QUANTITY] ="1" )>>
**File |** <<[file no]>>\n
**Place |** <<[place no]>>
<<EndIf>>

<<IF:( [QUANTITY] ="2" )>>
**Type |** <<[TYPE]>>\n
**Status |** <<[STATUS]>>
<<EndIf>>"

}
<<IF:( [QUANTITY] >2 )>><<EndIf>>

 

Json a3.png

0 2 147
2 REPLIES 2

That's something they add to make a valid JSON and you can't do anything to remove it

Thank you for help

Please do you have another idea for my JSON code?

This is what I used

{

"content":

"_ _\n

<<IF:( [QUANTITY] ="1" )>>
**File |** <<[file no]>>\n
**Place |** <<[place no]>>
<<EndIf>>

<<IF:( [QUANTITY] ="2" )>>
**Type |** <<[TYPE]>>\n
**Status |** <<[STATUS]>>
<<EndIf>>"

}
<<IF:( [QUANTITY] >2 )>><<EndIf>>

Top Labels in this Space