我使用html表单从用户那里获取一些细节,如名称,图像。我想在mulesoft flow中使用这些细节,通过电子邮件将详细信息发送给用户。 我怎样才能实现这一目标? 请帮帮我
答案 0 :(得分:0)
Have a look at the Parse Template transformer, you can load the contents of the HTML page in a Mule flow and use MEL in your HTML page and access payload, variables, etc.
https://docs.mulesoft.com/mule-user-guide/v/3.7/parse-template-reference
https://www.appnovation.com/blog/mule-esb-using-static-templates-produce-dynamic-content
答案 1 :(得分:0)
更简单的答案:您可以通过
访问表单中的值#[payload.get("value")]