最近の検索
最近の検索はありません

Shai Israeli
参加日2022年9月14日
·
前回のアクティビティ2022年9月15日
フォロー中
0
フォロワー
0
合計アクティビティ
3
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Shai Israeli
Shai Israeliさんがコメントを作成しました:
コミュニティのコメント Developer - Zendesk SDKs
Thanks for the quick response!
I've succeed to package a zip.
I faced another issue, maybe you can help me to solve it.
I'm trying to get ticket details when the status is changed.
I'm trying to get ticket details when the status is changed.
my code is:
async _statusChanged(){
const [ticket] = awaitPromise.all([
this._client.get('ticket')
]);
console.log(ticket.createdAt)
}
This function is fired by the trigger client.on('ticket.status.changed')
The issue is that on the console ticket.createdAt is undefined - seems like the object is empty.
Thanks in advance,
Shai
コメントを表示 · 編集日時:2022年9月15日 · Shai Israeli
0
フォロワー
0
投票
0
コメント
Shai Israeliさんがコメントを作成しました:
コミュニティのコメント Developer - Zendesk SDKs
Hi Eric Nelson,
I followed your documentation and things are not worked for me (trying to use the app as it is and upload it manually).
The main issue is that I didn't succeed to package the app into a .zip file.
Thanks in advance!
コメントを表示 · 投稿日時:2022年9月14日 · Shai Israeli
0
フォロワー
0
投票
0
コメント