최근 검색


최근 검색 없음

Chris Fox's Avatar

Chris Fox

가입한 날짜: 2023년 5월 04일

·

마지막 활동: 2023년 11월 04일

팔로잉

0

팔로워

0

총 활동 수

8

투표 수

4

플랜 수

2

활동 개요

님의 최근 활동 Chris Fox

Chris Fox님이 에 댓글을 입력함

댓글Getting started with Zendesk AI

It seems like the obvious next move is to offer a KB-embedded LLM chat tool. Is this on the roadmap and when can we expect it? 

Thanks! 

댓글 보기 · 2023년 11월 04일에 편집됨 · Chris Fox

0

팔로워

1

투표

0

댓글


Chris Fox님이 에 게시물을 만듦

게시물 Developer - Zendesk APIs
We're trying to migrate knowledge base articles from a website, but there is some pushback on leaving the images hosted on Azure (doesn't make any sense to me, but 🤷) so I'm trying to find a solution to fix the image URLs in bulk.
 
Does the API workflow below work? Am I missing anything or overcomplicating it? Is there an easier solution? Our current KB is in Markdown language.
 
Possible API workflow:
a) Create/upload the unassociated attachments via API (build a list of file_name, content_url, id)
 
b) Use the content_url to update the old image URL in the article (replace based on file name using file list above, not with API)
 
c) Upload articles in bulk via API (build a list of article_id from API & filenames, id extracted from uploaded articles)
 
d) Use the Associate Attachments in Bulk to Article API to associate the unassociated images to the appropriate articles using the article/image list
 
I'm using Python to code this... so if you have any useful relevant Python code, feel free to share. 
 
Thanks! 

2023년 5월 11일에 편집됨 · Chris Fox

0

팔로워

3

투표 수

1

댓글