JeffPeterson1
3 years agoQrew Captain
Re: JSON body for POST webhook
so take the whole request you get from putsreq and paste in a code editor or a validator like https://jsonlint.com/ and hit 'Validate JSON' and it will highlight any syntax error.
I'm thinking there must be characters in your fields that are invalid in a JSON unless they are 'escaped'. That's the purpose of the |tojson at the end of your field, that should correct the value to be passable in a JSON object.
------------------------------
Jeff Peterson
------------------------------
I'm thinking there must be characters in your fields that are invalid in a JSON unless they are 'escaped'. That's the purpose of the |tojson at the end of your field, that should correct the value to be passable in a JSON object.
------------------------------
Jeff Peterson
------------------------------