JIMLIEDER1
6 years agoQrew Cadet
Webhooks message body format
I'm trying to make Webhooks call into another system and have a question on how to construct the message body section. I'm using a JSON message format.
The message body needs three parameters. I've tried entering the parameters like this:
parm1=xxxx&parm2=xxxxxxxx&parm3=xxxxxx
but the error is {"ERROR":"IMPROPER DATA"}
Also tried this:
parm1=xxxx
parm2=xxxxxxxx
parm3=xxxxxx
also error'ed with {"ERROR":"IMPROPER DATA"}
------------------------------
Jim
------------------------------
The message body needs three parameters. I've tried entering the parameters like this:
parm1=xxxx&parm2=xxxxxxxx&parm3=xxxxxx
but the error is {"ERROR":"IMPROPER DATA"}
Also tried this:
parm1=xxxx
parm2=xxxxxxxx
parm3=xxxxxx
also error'ed with {"ERROR":"IMPROPER DATA"}
------------------------------
Jim
------------------------------