Recent searches


No recent searches

Ansar KA's Avatar

Ansar KA

Joined Jun 09, 2022

·

Last activity Jun 09, 2022

Following

0

Followers

0

Total activity

3

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Ansar KA

Ansar KA commented,

Community comment Developer - Zendesk APIs

Where do I find this option? Daniel Dobrzensky

View comment · Posted Jun 09, 2022 · Ansar KA

0

Followers

0

Votes

0

Comments


Ansar KA created a post,

Post 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?

Posted Jun 09, 2022 · Ansar KA

0

Followers

2

Votes

3

Comments