Akito You'll want to recreate your webhook URL, the pastebin data includes the URL for debugging.
For the actual error itself, looks like we need to remove non-UTF-8 characters from the payload being sent to services (for future reference, probs with mb_convert_encoding
). Thanks for the report!