Webhook Error 400

So basically I am getting HTTPS 400 error, but the webhook was working moments ago. I really rely on the webhook to offer a good service. Any help?

Error code 400 means “Bad Request”. This could be due to various reasons, like malformed URLs or request parameters. It might be that you changed the data you’re sending even though the code is the same? Like for example forgetting to filter out certain characters that can act as escape-characters in URLs / JSON / etc.

(Also the image isn’t working.)

I think I found it, thank you very much appreciated.

Glad to hear it works! And no problem.