最近の検索


最近の検索はありません

Riley Green's Avatar

Riley Green

参加日2023年6月15日

·

前回のアクティビティ2023年7月11日

フォロー中

0

フォロワー

0

合計アクティビティ

8

投票

0

受信登録

4

アクティビティの概要

さんの最近のアクティビティ Riley Green

Riley Greenさんが投稿を作成しました:

投稿 Developer - Zendesk APIs

Hi, in https://support.zendesk.com/hc/en-us/articles/4408886858138-Zendesk-Support-placeholders-referenc, I did not see any unique identifier for a company(that mean, the company who bought the product).  

we can create multiple organizations, brands. What would be suitable to be the unique identifier in trigger type webhook?

投稿日時:2023年7月11日 · Riley Green

1

フォロワー

2

投票

1

コメント


Riley Greenさんが投稿を作成しました:

投稿 Developer - Zendesk APIs

My app receives request from webhook. When a ticket is updated, in the JSON body, the attachment can only have attachment.name and attachment.url. In this case, I cannot store the attachment.id into my db. 

When I need to delete(redact in zendesk's language because I did not see any delete attachment operation) the attachment, I need to use this API, but where can I get attachment_id? 

PUT /api/v2/tickets/{ticket_id}/comments/{comment_id}/attachments/{attachment_id}/redact


the only solution I can see is 

GET /api/v2/tickets/{ticket_id}/comments

and loop over to match the comment id and then loop over the attachments to match with url(same filename is possible) and get the attachment_id??

Also, when I want to upload an attachment and attach it to an existing ticket comment, can I do that from API?

投稿日時:2023年6月26日 · Riley Green

0

フォロワー

3

投票

1

コメント


Riley Greenさんが投稿を作成しました:

投稿 Developer - Zendesk APIs

In my case, I want the webhook trigger to send the same organization for a single account no matter which organization the ticket is creating under(like the organization the account belongs to). 

I have tried {{ticket.organization.name}} and {{current_user.organization.name}}. But for end users assigned to different organization, the field would be different. Is there any way so that for a single (subscription) account, the same organization name is in the JSON body so that my app can distinguish between different tenants/companies?

 

編集日時:2023年6月15日 · Riley Green

0

フォロワー

3

投票

2

コメント


Riley Greenさんがコメントを作成しました:

コメントCustomer management and profiles

Hi, I have similar problem here. But In my case, I want the webhook trigger to send the same organization for a single account no matter which organization the ticket is creating under(like the organization the account belongs to). 

I have tried {{ticket.organization.name}} and {{current_user.organization.name}}. But for end users assigned to different organization, the field would be different. Is there any way so that for a single (subscription) account, the same organization name is returned? 

thanks!

コメントを表示 · 投稿日時:2023年6月15日 · Riley Green

0

フォロワー

0

投票

0

コメント