最近の検索


最近の検索はありません

AlexanderKnoch_Unbabel's Avatar

AlexanderKnoch_Unbabel

参加日2023年1月19日

·

前回のアクティビティ2024年7月24日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

1

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ AlexanderKnoch_Unbabel

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

投稿 Developer - Zendesk Apps Framework (ZAF)

Hi!

 

I'm using the action client.request(options) documented here https://developer.zendesk.com/api-reference/apps/apps-core-api/client_api/#clientrequestoptions.

 

My question:

What are the default values for some of the options listed? 
E.g. What is the default timeout value in case it's not explicitly set?

 

Thanks and best regards,

Alexander 

投稿日時:2024年7月24日 · AlexanderKnoch_Unbabel

0

フォロワー

0

投票

0

コメント


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

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

Hi Karun Kamal ,

 

is it somehow possible to get a client instance of another app?

Let's say I'm responsible for “App_A” and I have another app “App_B” installed from the marketplace and I want to be able to trigger a desired behaviour in this other “App_B”?
Can I do something in the direction of:

instances = await clientAppA.get('instances')
instance_app_b = filter_instance({name:"App_B", location:"ticket_sidebar"})
...

Or is it just possible to fetch all instances of my own app “App_A"?
 

Thanks and best regards,

Alex

コメントを表示 · 投稿日時:2024年6月21日 · AlexanderKnoch_Unbabel

0

フォロワー

0

投票

0

コメント