Messaging Nodes
The nuido_flow_messaging module helps you send different kinds of messages using special building blocks called nodes. Each node is designed to send a message in a specific way:
MessageNode: This node is used to send messages through the Discuss channel in Odoo. It’s useful for sending internal messages to users or groups inside the system.MailNode: This node lets you send messages via email. Use it when you want to contact someone outside the system.NotifyNode: Use this node to send notification messages. This node sends notification messages. These are quick alerts or pop-ups that show up inside the Odoo interface, useful for reminding users about tasks or changes.
Availability
The source code for nuido_flow_messaging can be accessed at the Exploring Odoo github repository.
CAUTION
nuido_flow_messaging is experimental.
It is not recommended for use in production environments.