最近の検索


最近の検索はありません

Alghiery Dani's Avatar

Alghiery Dani

参加日2024年10月21日

·

前回のアクティビティ2025年2月19日

フォロー中

0

フォロワー

0

合計アクティビティ

12

投票

1

受信登録

5

アクティビティの概要

さんの最近のアクティビティ Alghiery Dani

Alghiery Daniさんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

Hi, is this feature implemented? We have similar uses cases. We want to do outbound emails with different email [for different departments as well] under one brand. Thanks.

コメントを表示 · 投稿日時:2025年2月19日 · Alghiery Dani

0

フォロワー

0

投票

0

コメント


Alghiery Daniさんが投稿を作成しました:

投稿 Developer - Zendesk Apps Framework (ZAF)

Hi, 

So sorry if I posted in the wrong section but this is related to a Zendesk App I created using this Zendesk Developer's tutorial.  

As far as I know, based on the tutorial, we are just using the usual OpenAI model to summarize the ticket. But, how do I connect it to my OpenAI Assistant that we personally have created? We have an OpenAI Assistant created through the dashboard and the Assistant has specific product knowledge of our products.  Thank you!

The code based on the article above is as follow:

 

async function getSummary(prompt) {
 const options = {
   url: "https://api.openai.com/v1/chat/completions",
   type: "POST",
   contentType: "application/json",
   headers: {
     Authorization: "Bearer {{setting.openAiApiToken}}",
   },
   data: JSON.stringify({
     model: "gpt-3.5-turbo",
     messages: [{ role: "user", content: prompt }],
   }),
   secure: true,
 };
 const response = await client.request(options);

投稿日時:2025年1月06日 · Alghiery Dani

0

フォロワー

2

投票

1

コメント


Alghiery Daniさんがコメントを作成しました:

コメントExplore recipes

Hi, thank you!

 

Quick question, how about if I want to know open tickets on certain period? I want to know new and open on certain period and compare it with another period. For example, the # of tickets on the morning vs # of tickets on the afternoon. Thank you.

コメントを表示 · 投稿日時:2024年11月05日 · Alghiery Dani

0

フォロワー

0

投票

0

コメント


Alghiery Daniさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk APIs

+1 Anyone has figured a way for this? Thank you.

コメントを表示 · 投稿日時:2024年10月25日 · Alghiery Dani

0

フォロワー

0

投票

0

コメント


Alghiery Daniさんがコメントを作成しました:

コメントTicket automation and collaboration

Hi, this is really awesome! 

Is there a way to track the next group or the next escalation's first response time? For example, it's escalated to the manager team as mentioned above, and we want to track the first time replied by the manager team? Thank you.

コメントを表示 · 投稿日時:2024年10月21日 · Alghiery Dani

0

フォロワー

0

投票

0

コメント


Alghiery Daniさんがコメントを作成しました:

コミュニティのコメント Feedback - Reporting and analytics (Explore)

+1, anyone has a workaround for this issue? Really need help on this matter

コメントを表示 · 投稿日時:2024年10月21日 · Alghiery Dani

0

フォロワー

0

投票

0

コメント