This node allows for markdown messages to be sent by your flow:
The node takes either:
msg
objectA markdown editor with a live preview is available when creating your own markdown message. See the example below.
When using a variable from the msg
object, the value can be:
Because the variable value is not defined outside of a running flow, there is no preview available when using msg
.
The following example shows how to use the msg
object to send a markdown message.
In this example, msg.payload.context.enMarkdownWelcome
is used.
The following example shows a markdown message created using a provided string.