最近搜索


没有最近搜索

Ansar KA's Avatar

Ansar KA

已加入2022年6月09日

·

最后活动2022年6月09日

关注

0

关注者

0

活动总数

3

投票

0

订阅

1

活动概览

的最新活动 Ansar KA

Ansar KA 进行了评论,

社区评论 Developer - Zendesk APIs

Where do I find this option? Daniel Dobrzensky

查看评论 · 已于 2022年6月09日 发布 · Ansar KA

0

关注者

0

投票

0

评论


Ansar KA 创建了一个帖子,

帖子 Developer - Zendesk APIs

Steps I am following:

1. Creating a ticket with a public comment via tickets API

       -- Everything works fine. Requester and Assignee are receiving emails.

2. Immediately, from the ticket creating response, I am extracting the ticket id and call the PUT tickets API to add an internal comment.

     -- This is the payload I am passing to update the ticket.

"ticket": {

"comment": { "body":internal_comment_body, "public" :false }

}

      -- Assignee is not receiving any emails. When I check Zendesk, I can see that internal comment got added properly. But no emails triggered.

3. Tried to add another internal comment through Zendesk portal.

     -- Now the Assignee received this new internal comment added and the previous one created using API.

Am I missing something here?

已于 2022年6月09日 发布 · Ansar KA

0

关注者

2

投票

3

评论