Send: note

When information is collected by the bot it will be stored in the database of the system, either in the user object or in the conversation object. Data that is not necessarily a property of the conversation of the user can be collected and send as an internal Note. The created notes will be stored as part of the conversation but they can also be viewed in the studio in the Node section:

The Note object is also exposed in the DialoX API and can be used to integrate with any back office system. Add the node type Send note to your Flow in order to create a node.

The node consists of the following fields that can be managed in the side panel.

PropertyDescriptionExplanation

Subject

The subject of the message

Variables can be embedded using #{ … }

Message

The message body

Variables can be embedded using #{ … }

Note tag

Last updated