im/Accounts

IM account collection (Instant Messaging). The collection is created and used by the microservice 'im'.

Accounts are created with a binding to quick messaging channel setting up common processing scenarios.

Storage Type: category.

Table 1. Class fields
Field Description

id

Identifier.

name

Account Name.

channel

Type of instant messaging channel.

enabled

Account Switch.

options

Additional arbitrary account options by channel type. For example, for Telegram, the following must be specified:

  • token - mandatory. When registering a bot via @BotFather, the token is reported as a result.

  • disable_notification (true

false) - optional. Silent message delivery mode switch. Default 'false'. * parse_mode (none, markDown, HTML) - optional. Message formatting mode selector. Default 'none'.

statusText