Forum Discussion

Mez's avatar
Mez
Qrew Assistant Captain
4 months ago
Solved

@mentions

Will @mentions be supported in pipelines whether posting to a RTF or MS Teams? 

  • for my future self... tested, works as expected. for {{ a.user.id }} - using record owner would look like this: {{ a.record_owner.id }}

    <p>
        <a class="mention" data-mention="@firstName lastName" data-mention-user-id="{{ a.user.id }}">@firstName lastName</a>
    </p>

2 Replies

  • Mez's avatar
    Mez
    Qrew Assistant Captain

    for my future self... tested, works as expected. for {{ a.user.id }} - using record owner would look like this: {{ a.record_owner.id }}

    <p>
        <a class="mention" data-mention="@firstName lastName" data-mention-user-id="{{ a.user.id }}">@firstName lastName</a>
    </p>

  • Mez's avatar
    Mez
    Qrew Assistant Captain

    Has anyone figured out a solution using pipelines to tag someone (@) in a RTF so that the custom notification fires the same as if a user @mentioned someone using the standard/built-in form?