Pesquisas recentes


Sem pesquisas recentes

Ansar KA's Avatar

Ansar KA

Entrou em 09 de jun. de 2022

·

Última atividade em 09 de jun. de 2022

Seguindo

0

Seguidores

0

Atividade total

3

Votos

0

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Ansar KA

Ansar KA comentou,

Comentário na comunidade Developer - Zendesk APIs

Where do I find this option? Daniel Dobrzensky

Exibir comentário · Publicado 09 de jun. de 2022 · Ansar KA

0

Seguidores

0

Votos

0

Comentários


Ansar KA criou uma publicação,

Publicação 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?

Publicado 09 de jun. de 2022 · Ansar KA

0

Seguidores

2

Votos

3

Comentários