Recent searches
No recent searches
![Tipene Hughes's Avatar](https://support.zendesk.com/system/photos/1260907338229/download.png)
Tipene Hughes
Joined Oct 16, 2021
·
Last activity Jan 22, 2025
Following
0
Followers
11
Total activity
1319
Vote
1
Subscriptions
515
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Tipene Hughes
Tipene Hughes commented,
If you have a fine tuned model that you'd like to use instead of the default model, I'm fairly certain you need to update the
model
property under data
in your getSummary
function. This does fall outside of our scope of support though since this is OpenAI code, so I'd encourage you to take a look at their docs for more in-depth information.View comment · Posted Jan 22, 2025 · Tipene Hughes
0
Followers
0
Votes
0
Comments
Tipene Hughes commented,
You can use the
/api/admin/private/accounts/owner
endpoint to identify the account owner on a Zendesk instance.Hope this helps! Let me know if you have any questions.
Tipene
View comment · Posted Jan 22, 2025 · Tipene Hughes
0
Followers
0
Votes
0
Comments
Tipene Hughes commented,
Tipene here from the Developer Advocacy team at Zendesk - hope you’re doing well.
I see you’re running in to a few separate issues when using the Zendesk SDKs. If you can please go through the article linked here and provide as much information as possible for each issue, that’d be helpful in allowing me to troubleshoot this further. In particular, if you can provide an example app where you’re seeing the unexpected behaviors occur, that’d be appreciated.
Look forward to hearing from you.
Tipene
View comment · Posted Jan 06, 2025 · Tipene Hughes
0
Followers
0
Votes
0
Comments
Tipene Hughes commented,
I'm not familiar with Microsoft Entra OAuth but after having a glance through their docs, it doesn't seem like there would be a conflict with using it in a Zendesk Marketplace app. I'd encourage you to give it a try and if you run in to any issues, let me know and we can troubleshoot from there.
View comment · Posted Jan 03, 2025 · Tipene Hughes
0
Followers
0
Votes
0
Comments
Tipene Hughes commented,
I’m going to pull this in to a private ticket so I can get some more details from you. You should see an email coming through from me shortly.
Thanks,
Tipene
View comment · Posted Dec 19, 2024 · Tipene Hughes
0
Followers
0
Votes
0
Comments
Tipene Hughes commented,
Would you mind providing a bit more detail around your use-case here, and what you'd like to achieve. Once received, I'll be able to provide information around the most suitable solution for you.
Thanks,
Tipene
View comment · Posted Dec 19, 2024 · Tipene Hughes
0
Followers
0
Votes
0
Comments
Tipene Hughes commented,
Would you mind sending through an example of the header and payload of your decoded JWT. Just be sure to redact any sensitive information. If you could also just double check that the shared secret is matching correctly with the one in your Zendesk instance, that'd be helpful.
Thanks,
Tipene
View comment · Posted Dec 19, 2024 · Tipene Hughes
0
Followers
0
Votes
0
Comments
Tipene Hughes commented,
I've just done a bit of testing on my end and it looks like you should be able to target the editor classes like below:
.ck.ck-editor__main>.ck-editor__editable {
background: #000 !important
}
.ck.ck-toolbar {
background: #000 !important
}
You'll need to add these selectors to the style.css file of your Guide template code editor, You'll also want to account for text color and hover states etc. to ensure a consistent and readable experience for your users.
For the popup, you can right click to inspect the element and find the specific classes you should be targeting to set a different properties that are appropriate to your help center.
I hope this helps. Let me know if you have any questions.
Tipene
View comment · Posted Dec 17, 2024 · Tipene Hughes
0
Followers
0
Votes
0
Comments
Tipene Hughes commented,
The Tickets API would be a good place to start when trying to retrieve this information. You can also use side loading to retrieve related records as part of a single request.
If there is any specific data you’re looking for let me know, and I can help with finding the appropriate endpoint.
Tipene
View comment · Posted Dec 17, 2024 · Tipene Hughes
0
Followers
0
Votes
0
Comments
Tipene Hughes commented,
You can access the content of the comment via the
value
property on the comment object, so if you change the last line of your code to const commentContent=comments[0].value
, you should get the desired result.Let me know if you have any questions.
Tipene
View comment · Posted Dec 10, 2024 · Tipene Hughes
0
Followers
0
Votes
0
Comments