Skip to main content
Solved

How do i get name of who replied the ticket instead of Agent name?

  • June 10, 2024
  • 4 replies
  • 144 views

Pancake
Apprentice
Forum|alt.badge.img

So in webhook settings there’s an option to get Agent name like so {{ticket.agent.name}}.

But that name only return Agent’s name that the ticket is assigned to. Is there a way to get name of who replied to the ticket? 

maybe like {{ticket.replier.name}} ??

Best answer by eeha0120

Hi.

You should be able to use “{{event_performer.name}}”.

You may refer to:

Understanding dynamic content and placeholders : Freshdesk

 

Hope this helps.

 

Regards,

4 replies

eeha0120
Top Contributor ⭐
Forum|alt.badge.img+12
  • Top Contributor ⭐
  • 867 replies
  • Answer
  • June 10, 2024

Hi.

You should be able to use “{{event_performer.name}}”.

You may refer to:

Understanding dynamic content and placeholders : Freshdesk

 

Hope this helps.

 

Regards,


Pancake
Apprentice
Forum|alt.badge.img
  • Author
  • Apprentice
  • 1 reply
  • June 10, 2024

Hi.

You should be able to use “{{event_performer.name}}”.

You may refer to:

Understanding dynamic content and placeholders : Freshdesk

 

Hope this helps.

 

Regards,

Thanks for this. This solves the issue.


pelorustech
  • 3 replies
  • June 10, 2024

To retrieve the name of the person who replied to the ticket, you can use the placeholder {{ticket.last_public_comment.author.name}} in your webhook settings. This will dynamically fetch the name of the last person who made a public comment on the ticket, which typically corresponds to the replier.


Devaraj
Community Debut
  • Community Debut
  • 2 replies
  • August 21, 2025

This is not working if the agent is different from the assigned agent.