mail_gateway
This module provides a base framework for integrating external chat systems into Odoo, enabling communication through gateways.
Key Features
- mail.gateway: Allows configuration of external chat gateways with authentication tokens and webhook settings.
- discuss.channel: Supports gateway-type channels for handling external chat conversations.
- mail.message: Enables sending messages to external contacts via gateway channels.
- res.partner: Associates partners with gateway channels for direct messaging.
- gateway communication: Receives incoming messages from external chats and displays them in Odoo's discuss interface.
- gateway communication: Allows replying to external messages, which are sent through the respective gateway.
- gateway communication: Permits assigning external messages to any Odoo record using message actions.
- gateway communication: Enables linking external senders to Odoo partners via the followers menu.
- gateway communication: Supports sending messages to partners with external chat configurations directly from associated records.
- webhook management: Provides methods to set, remove, and update webhooks for gateway integrations.
- notification: Creates gateway notifications for messages sent through channels.