Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 23 Oct 18:44
· 62 commits to main since this release

🏷️ Add or update types

  • 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.