Title: Pass along the Telegram ID (which never changes) to Zammad’s User.
- What is your original issue/pain point you want to solve?
- Currently the integration adds a
Telegram @username
if a username is found in the User Notes, and won’t do it if there is no public username found. I’d like to always have the Telegram user ID, which not only always exists (and never changes, as opposed to usernames which can change), but is also how we index users on our workflows/DBs.
- Which are one or two concrete situations where this problem hurts the most?
- It’s specially bad when users don’t even have a username set; we have absolutely zero information about them on the Telegram platform…
- Why is it not solvable with the Zammad standard?
- Not sure what “the Zammad standard” is, but this feature request requires some code changes (there’s no way to do it natively through the UI alone), which I’ve already prepared and will open a Pull Request as soon as this Feature Request is approved.
- What is your expectation/what do you want to achieve?
- I always need, at the very least, the Telegram user ID (and not its username) when a Telegram user opens a ticket.
Code changes submitted here:
- GitHub - Chinoman10/zammad at telegram-add-user-id-to-notes
- Will submit a PR as soon as this FR is approved by a mod
Your Zammad environment:
- Average concurrent agent count: 10
- Average tickets a day: 200
- What roles/people are involved: C-level
Anything else which you think is useful to understand your use case:
- We help community-centric businesses with their community needs; most of our clients have communities on Telegram and/or Discord, so naturally we need good levels of integration with these platforms. We are already developing most of the things we need, but easy changes like this should exist natively within Zammad (which will also improve the product for all Zammad customers).
Kind regards.