I misunderstood part of your issue earlier. The documentation I provided was about the Integrator daemon, not exactly what you need. Let's take a few more steps to troubleshoot and resolve your issue.
The problem seems to be with the message being sent. Ensure you're structuring your message as JSON. Even if you set the header to "application/json," the message itself must be in JSON format.
Let's start by sending a plain text message in the correct JSON format, without configuring any specific alert. This way, we can ensure the message is sent correctly without errors. Here's an example format:
.png?part=0.1&view=1)
Try sending this simple message first. If it works, we can then move on to structuring the specific message you want to send. Let me know what you're trying to achieve, and I'll help you format the message accordingly.
Let me know how everything works!