最近搜索


没有最近搜索

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

评论