You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

message.mdx 617B

123456789101112131415161718192021
  1. ---
  2. sidebar_position: 4
  3. slug: /message_component
  4. ---
  5. # Message component
  6. A component that sends out a static or dynamic message.
  7. ---
  8. As the final component of the workflow, a Message component returns the workflow’s ultimate data output accompanied by predefined message content. The system selects one message at random if multiple messages are provided.
  9. ## Configurations
  10. ### Messages
  11. The message to send out. Click `(x)` or type `/` to quickly insert variables.
  12. Click **+ Add message** to add message options. When multiple messages are supplied, the **Message** component randomly selects one to send.