最近の検索


最近の検索はありません

Tomas Baidal's Avatar

Tomas Baidal

参加日2024年3月01日

·

前回のアクティビティ2024年6月09日

フォロー中

0

フォロワー

0

合計アクティビティ

13

投票

0

受信登録

4

アクティビティの概要

さんの最近のアクティビティ Tomas Baidal

Tomas Baidalさんがコメントを作成しました:

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

did you try with “-email:*”?? 

コメントを表示 · 投稿日時:2024年6月09日 · Tomas Baidal

0

フォロワー

0

投票

0

コメント


Tomas Baidalさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk Apps Framework (ZAF)

Hey Tipene, I logged out and in and worked, so issue was that. Many thanks for the quick support!

コメントを表示 · 投稿日時:2024年3月06日 · Tomas Baidal

0

フォロワー

0

投票

0

コメント


Tomas Baidalさんがコメントを作成しました:

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

Ok. Is the app generating the text? If it's not the same text, I would need to know how do you generated the text in order to pass it in the weebhook. Here I send you an screenshot of the webhook:

1. Create the webhook. It should look something like this:

Endpoint: https://yourdomain.zendesk.com/api/v2/tickets/{{ticket.id}}

Request method: PUT

Authentication: (that's on you)

2. Create the trigger (conditions are on you, but ticket is created should be one)

Actions:

JSON Body (do not worry about the red icon that appears when pasting the JSON Body). This JSON body paste an internal note when trigger fires and sets status to Pending. Feel free to manipulate the JSON Body:



{
  "ticket": {
    "comment": {
      "body": "THIS IS THE INTERNAL NOTE",
      "public": false
    },
    "status": "pending"
}

コメントを表示 · 編集日時:2024年3月06日 · Tomas Baidal

0

フォロワー

1

投票

0

コメント


Tomas Baidalさんがコメントを作成しました:

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

Hey Arotar.

Understood. If you want to paste an internal note once a ticket is created, you can do it via webhook inside a trigger and no app is needed. I can show you how to do it, only thing I need to know is, do you want to paste always the same text as internal note?

コメントを表示 · 投稿日時:2024年3月06日 · Tomas Baidal

0

フォロワー

0

投票

0

コメント


Tomas Baidalさんがコメントを作成しました:

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

Where are you storing this required text? If its a free text custom field, you could use a webhook.

From the description you are giving me, I would say that the solution could be an integration with ZIS. Have you explored the capabilities it offers?

コメントを表示 · 投稿日時:2024年3月05日 · Tomas Baidal

0

フォロワー

0

投票

0

コメント


Tomas Baidalさんがコメントを作成しました:

コミュニティのコメント Developer - Zendesk Apps Framework (ZAF)

Hey Tipene,


Thanks for your reply.

App works perfectly but I can not validate and package the app. Hereby the screenshot:

コメントを表示 · 投稿日時:2024年3月05日 · Tomas Baidal

0

フォロワー

0

投票

0

コメント


Tomas Baidalさんがコメントを作成しました:

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

I recommend you to download this playground for ZIS integrations

It helped me a lot when building and debugging ZIS integrations. 

コメントを表示 · 投稿日時:2024年3月02日 · Tomas Baidal

0

フォロワー

0

投票

0

コメント


Tomas Baidalさんがコメントを作成しました:

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

Can you elaborate a bit more? What do you want the app to do? Do you want the agent to trigger the API requests (create ticket, etc)?

コメントを表示 · 投稿日時:2024年3月02日 · Tomas Baidal

0

フォロワー

0

投票

0

コメント


Tomas Baidalさんが投稿を作成しました:

投稿 Developer - Zendesk Apps Framework (ZAF)

I have built a small app that allows agent to add internal notes while working on tickets and when I try to validate it, shows error, also when trying to package the app. 

I have uploaded the files here https://github.com/tbs89/zendesk_quicknote/

Can someone tell me the bug? message in terminal is not descriptive at all.

Thanks in advance. 

投稿日時:2024年3月01日 · Tomas Baidal

0

フォロワー

3

投票

5

コメント