bort_person_upsert
Create or update a person in a project management database by Telegram username or name, and attach them to a project or chat with a role.
Instructions
Создать или обновить человека (ищется по tg_username, затем по имени); можно сразу привязать к проекту и/или чату с ролью
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ||
| notes | No | ||
| full_name | No | ||
| tg_username | No | ||
| attach_to_chat_id | No | ||
| attach_to_project_id | No | ||
| attach_to_project_name | No |