최근 검색


최근 검색 없음

Automatically perform "Make this comment an internal note" action on new tickets?

답변함


2023년 12월 10일에 게시됨

Hi ZD community!

Our website automatically creates tickets in our system when guest complete a function on their check in form.

Currently - the new ticket is created with the content as a public comment.

Is there any way a trigger / automation can be made for the system to recognize when these tickets come in (which can be done by unique identifiers I already have in place) and then do the "Make this comment an internal note" action that lives under the "Events" drop down?

This way - when our agent replies - they will not see this original system generated content.

Thank you!

:)

 


0

1

댓글 1개

image avatar

Mike DR

Zendesk Customer Care

Hi Nikki!
 
We currently have a product feedback going on for this request: Add internal notes as part of ZD automation
 
You can create a webhook and use a trigger for it to work:
 
URL endpoint would be tradewindes.zendesk.com/api/v2/tickets/12172888
 
Then you can use this JSON sample to set your message as an internal note:
 
{
"ticket": {
"comment": {
"html_body": "This is an internal comment",
"public": false
}
}
}

0


댓글을 남기려면 로그인하세요.

원하는 정보를 못 찾으셨나요?

새 게시물