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

Developer
参加日2021年10月16日
·
前回のアクティビティ2023年10月18日
フォロー中
0
フォロワー
0
合計アクティビティ
12
投票
1
受信登録
5
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Developer
Developerさんがコメントを作成しました:
Developerさんが投稿を作成しました:
投稿日時:2023年10月17日 · Developer
0
フォロワー
2
投票
4
コメント
Developerさんが投稿を作成しました:
This is in regards to Zendesk Sell. We use this endpoint https://developer.zendesk.com/api-reference/sales-crm/sync/reference/?_ga=2.179548653.837193003.1669626299-268122732.1653560942 to receive events with respect to user creation, updation and deletion.
It looks like we are not receiving activities for all users.
For example: We use /v2/sync/%s/queues/main where %s is syncId. From this we filter out the meta.type "user". We saw that we have received events for 12 unique users when using sync and queue.
On checking the users endpoint https://developer.zendesk.com/api-reference/sales-crm/resources/users/ we see there are 32 users in total
Is anyone aware of any constraint here or we receive only events for a particular set of users.
編集日時:2022年12月01日 · Developer
0
フォロワー
1
投票
0
コメント
Developerさんが投稿を作成しました:
Sync and firehose API documentation (https://developers.getbase.com/docs/rest/articles/sync/requests) claims to send deleted events. However, I tried deleting a deal but did not receive the deleted event.
Following is what I did:
1. Created a new deal via UI
2. Start sync, via /v2/sync/start (sync API)
3. Fetch data from queue: /v2/sync/$SYNC_SESSION_ID/queues/main
4. Received the newly created deal as response
5. Deleted the deal via UI
6. Fetch data from queue: /v2/sync/$SYNC_SESSION_ID/queues/main
7. Did not receive the deleted event for that deal.
Same is the case with firehose API.
Is this expected?
投稿日時:2021年9月01日 · Developer
0
フォロワー
2
投票
1
コメント
Developerさんが投稿を作成しました:
Please provide a solution to identify posts that have been deleted. I suggest returning all posts with a deleted_at property that is either null or a timestamp.
https://developer.zendesk.com/rest_api/docs/help_center/posts
This information would allow automation of an unpredictable and manual task of filtering out deleted records from our analysis.
投稿日時:2021年4月23日 · Developer
0
フォロワー
2
投票
1
コメント