danielfree opened a new issue, #11945: URL: https://github.com/apache/dolphinscheduler/issues/11945
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When using HTTP Alert plugin with POST request, the contentField is not actually loaded into POST body. ### What you expected to happen contentField should be included in POST body ### How to reproduce Create a HTTP Alert plugin and add set a `contenField` for testing, e.g. using https://httpbin.org/post, the actual post body only includes `bodyParams`, see https://github.com/apache/dolphinscheduler/blob/0ff3e9f73e59bf52305f6c45c77060b5d1deb0b3/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpSender.java#L146 ### Anything else _No response_ ### Version 2.0.6 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
