How to create a dashboard where you can customize the topic and message of an email

I am implementing text input to create the mail topic and another one for the mail message, but I can't implement it to a function that detects the msg separately.

Welcome to the forum @Antonio-SeGa

If you mean that the problem is that the topic and message are not available together in the same message then the easiest way may be to use a Dashboard Form node containing the twol fields, rather than individual text input nodes. Then they will both be available in the message sent when Submit is clicked.

If that does not do what you want then you can use a Join node to combine the two separate messages. See this article in the cookbook for an example of how to join messages into one object.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.