b24_feed_post
Publish a message to Bitrix24's activity feed using BB-code, with optional title, attachments, importance flag, and targeted recipients.
Instructions
Publica un mensaje en el feed de actividad (Live Feed) de Bitrix24, con soporte BB-code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | Adjuntos en formato Base64 | |
| title | No | Título del post (opcional) | |
| message | Yes | Texto del mensaje. Soporta BB-code: [B]negrita[/B], [I]italica[/I], [URL=http://...]texto[/URL] | |
| important | No | Si true, marca el post como importante | |
| destination | No | IDs de usuarios o grupos destino. Si está vacío, se publica para todos. Formato: ["U5", "U10"] para usuarios, ["SG12"] para grupos | |
| webhook_url | No | ||
| personal_webhook | No | Личный webhook для записи (иначе read-only). https://<portal>/rest/<id>/<token>/. |