Docs »

Automations »

interaction.worker »

Elements »

Say

In interaction web forms, a say element displays a block of text or Markdown.



start:
  await:
    form:
      elements:
        say/hello:
          content@text:
            # Heading
            This is a **paragraph** in Markdown.


Syntax

content:

Content to display in Markdown format.

message:

Message to display as plain text.