最近の検索


最近の検索はありません

Ron McClung's Avatar

Ron McClung

参加日2021年12月17日

·

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

フォロー中

0

フォロワー

0

合計アクティビティ

30

投票

0

受信登録

11

アクティビティの概要

さんの最近のアクティビティ Ron McClung

Ron McClungさんが投稿を作成しました:

投稿 Developer - Zendesk APIs

Why can't I get the Authentication to work

 

url = "https://sandboxdomain.zendesk.com/api/v2/tickets/"

url1 = "/audits.json"

 

response = requests.request(

    "GET",

    url+ticket[0]+url1,

    auth=('myuser@workdomain.com/token:{ZD provided token}',""),

    headers=headers

)

編集日時:2024年6月07日 · Ron McClung

1

フォロワー

2

投票

2

コメント


Ron McClungさんがコメントを作成しました:

コメントGlobal security and user access

We are constantly getting thousands of emails from script.google.com in the requester name.  How do I stop that!?

コメントを表示 · 投稿日時:2023年5月26日 · Ron McClung

0

フォロワー

0

投票

0

コメント


Ron McClungさんがコメントを作成しました:

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

Is there an example that I can use that simply takes a single field of data and sends to the back through an internal API?

コメントを表示 · 投稿日時:2022年10月31日 · Ron McClung

0

フォロワー

0

投票

0

コメント


Ron McClungさんが投稿を作成しました:

投稿 Developer - Zendesk APIs

I am looking to open a dialog box if two fields equal a certain value, so as to collect notes related to those values and send that to our back end.

What is the easiest way to do that?

投稿日時:2022年10月19日 · Ron McClung

0

フォロワー

2

投票

3

コメント


Ron McClungさんがコメントを作成しました:

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

Thanks

コメントを表示 · 投稿日時:2022年8月16日 · Ron McClung

0

フォロワー

0

投票

0

コメント


Ron McClungさんが投稿を作成しました:

投稿 Developer - Zendesk Apps Framework (ZAF)

I am trying to get documentCaptureURL which is a custom field (78069627) declared in our app, even though the custom field carries the value which shows in the zendesk UI (left hand side panel), but below json doesn't show the value when I try to get using zendesk api as below
zatClient.get('ticketFields:custom_field_78069627')

"ticketFields:custom_field_78069627": {
"hasOptions": false,
"isRequired": false,
"isVisible": true,
"label": "Document Capture URL",
"name": "custom_field_78069627",
"type": "text",
"isEnabled": true,
"requiredOnStatuses": []
}

投稿日時:2022年8月15日 · Ron McClung

0

フォロワー

4

投票

3

コメント


Ron McClungさんが投稿を作成しました:

投稿 Q&A - Tickets and email

I am attempting to determine what values are contained in a multi select and based on that, send certain content in an email through Dynamic Content.  What is the best way to traverse the values of the Multi Select?

{% case ticket.ticket_field_80818947 %}
{% when 'VALUE 1' %}

Content for VALUE 1


 {% when 'VALUE 2' %}

Content for VALUE 2


 {% when VALUE 3' %}
....
 {% endcase %}            

投稿日時:2022年4月12日 · Ron McClung

0

フォロワー

2

投票

1

コメント


Ron McClungさんがコメントを作成しました:

コミュニティのコメント Q&A - Tickets and email

Was this ever resolved?

コメントを表示 · 投稿日時:2022年4月12日 · Ron McClung

0

フォロワー

0

投票

0

コメント


Ron McClungさんがコメントを作成しました:

コメントExtending Zendesk

What can I do with the Webhook Response Body that is returned?  Can I access it from within a trigger?  Or does that have to be done in code?

コメントを表示 · 投稿日時:2022年3月25日 · Ron McClung

0

フォロワー

0

投票

0

コメント


Ron McClungさんが投稿を作成しました:

投稿 Q&A - Apps and integrations

I have a need to get data from the backend through a Webhook/API after the ticket is updated.  The ticket gets an update from through an API and then I need to trigger off that to look up a data to add to the ticket.   Is this possible?

投稿日時:2022年3月25日 · Ron McClung

1

フォロワー

4

投票

3

コメント