Webhook test returns proper message, while making an actual post returns HTML in the message

For some reason, when I press onto Send Test, it sends a properly formatted message that I can process and send a message to discord.

However, when I do an actual test with my own new posts, it returns a message with HTML tags.

Is that expected? Is there any configuration I should do?

Here’s the “Send Test” message

Help? I don’t understand what to do

Hi @Sapra this is expected, the post webhook content attribute does contain html tags. I think Discord does not support html and you might need to convert the data to follow their markdown formatting.

But why doesn’t the default example text? When I press “test” there are no html tags included

The test payloads were constructed without any html tags. Production events will have these and you’ll have to handle them.

Wow, that should be changed then. Test events should imitate production events, otherwise what’s the point of a test event?