using @ in comments
How to use the API to write a comment with an appeal to a person
Il semble que la page que vous recherchez n'existe pas dans votre langue. Mais nous proposons d'autres contenus en français ainsi qu'une assistance en français.
En quoi pouvons-nous vous aider ?
Learn. Share. Discuss.
How to use the API to write a comment with an appeal to a person
Folllowing List for Post: using @ in comments
[this list is visible for admins and agents only]
Hi Aleksandr! I am afraid that currently there is no way to trigger @mentioning in comments with API. We will drop you a note here in this post once the feature becomes available.
duct tape for this feature:
<a class="stream-user-id avatar ai-228442" rel="{0}">@{1}</a>
when i add the rel parameter the request is denied in v4 api, did you block this duct tape solution on purpose without any alternative
for clarification, you need to use the user-id from the api /contacts i was trying to use the id that was shown in the frontend, when you inspect the @username in a comment, that one is not accepted
<a class="stream-user-id avatar" rel="{user id}">@whatever you want to show here</a>