Zendesk Webhook Trigger on Requester Reply | The place for Zendesk users to come together and share
Skip to main content
Solved

Zendesk Webhook Trigger on Requester Reply

  • June 3, 2026
  • 2 replies
  • 17 views

Is there a webhook event that is triggered whenever the requester sends a new message in the ticket?

Best answer by Ahmed Zaid

Hi ​@ZJ-123 ,

No, but there is one that fires when any comment is created. You can then compare the `detail.requester_id` with the `event.comment.author.id`.

2 replies

Ahmed Zaid
  • User Group Leader
  • Answer
  • June 3, 2026

Hi ​@ZJ-123 ,

No, but there is one that fires when any comment is created. You can then compare the `detail.requester_id` with the `event.comment.author.id`.


Ahmed Zaid
  • User Group Leader
  • June 3, 2026

And if you mean a “Messaging” message, there is also one or two. You can identify requester in the first case by `event.actor.type == end_user`