
Cheryl Lane
-
合計アクティビティ44
-
前回のアクティビティ
-
メンバー登録日
-
フォロー0ユーザー
-
フォロワー1ユーザー
-
投票4
-
サブスクリプション19
アクティビティの概要
Cheryl Laneさんの最近のアクティビティ-
Cheryl Laneさんがコメントを作成しました:
As Greg says, requests made by client.request will use the existing Zendesk authentication, so you can call all Zendesk apis this way without having to specify a domain/subdomain or manage any auth...
-
Cheryl Laneさんがコメントを作成しました:
Hi, You can get details for a user using the users API https://developer.zendesk.com/api-reference/ticketing/users/users/#show-user . To access that from the ticket sidebar location, you'd use the ...
-
Cheryl Laneさんがコメントを作成しました:
Hi, On my phone so untested (sorry), but might be worth trying with the ids as integers (not in quotes)? That might be the expected format from the docs. Cheryl
-
Cheryl Laneさんがコメントを作成しました:
Hi Hiedi Kysther Thanks for confirming that, hadn't seen that specific part of the documentation. Yeah, we assessed options like that, but instead turned off instant search and hid the subject base...
-
Cheryl Laneさんがコメントを作成しました:
Hi Hiedi Kysther Thanks for your reply. We design and manage our own themes and have added this in the same way as Copenhagen does: {{search submit=false scoped=settings.scoped...
-
Cheryl Laneさんがコメントを作成しました:
Hi, I'm wondering, is it possible to scope the instant search results? Even with my search bar having the scoped attribute, the instant search drop down contains results from all categories, but if...
-
Cheryl Laneさんが投稿を作成しました:
Chat Metrics for Messaging
Hi, We're looking to manage some real time displays of our Messaging availability and were looking at the APIs for it and found this https://developer.zendesk.com/api-reference/live-chat/real-time-...
-
Cheryl Laneさんがコメントを作成しました:
Hi Greg Katechis - I've noticed today that testing apps locally using `?zat=3000` is failing - it seems like this feature may still be broken - appending this to a URL in Zendesk usually disables a...
-
Cheryl Laneさんがコメントを作成しました:
Hi, I took a look and was able to work out your issue, simply switch out your line dataType: "json" for contentType: "application/json" (or just add that line to your settings) and your existing co...
-
Cheryl Laneさんが投稿を作成しました:
Secure Settings Not Filled For Zendesk URLs
Hi, We want to use an app to expose a single admin-restricted API endpoint to non-admin users, so we want to give the app a secure setting that contains a token created by one of our admins and cal...