You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the agent_id, agent_name fields to the MessageSchema schema. In the future it will allow to register in the log who wrote the message sent to the contact.
Added new webhook type CHAT_FORWARDED in WebhookTypesEnum for when the chat is transferred to another agent or bot.
🚧 Work in progress
Added module dc_abc_channel.py with abstract class ChannelBase for channels plugins.