Recent searches
No recent searches

Furqan Hamid
Joined Mar 15, 2025
·
Last activity Mar 20, 2025
Following
0
Followers
0
Total activity
12
Votes
4
Subscriptions
4
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Furqan Hamid
Furqan Hamid commented,
For component 1, you'll need to set up an OAuth flow during installation. First, register a global OAuth client in Zendesk, then prompt the user to authorize the app, which will return an authorization code. Exchange this for a refresh token and store it securely for daily data migration. Zendesk's OAuth documentation should provide more details on this process.
View comment · Posted Mar 20, 2025 · Furqan Hamid
0
Followers
0
Votes
0
Comments
Furqan Hamid commented,
Zendesk is automatically modifying imported URLs. You need to check your import settings or manually update the links after import. Also, reviewing Zendesk’s API documentation for URL handling or reaching out to their support team could provide a solution.
View comment · Posted Mar 20, 2025 · Furqan Hamid
0
Followers
0
Votes
0
Comments
Furqan Hamid commented,
It looks like the ticket list might not be interactive due to missing configurations or SDK limitations. Try ensuring that RequestUi.buildRequestList() is correctly initialized and that ZendeskSupportSDK is fully set up. Also, check if there are any specific permissions or settings in Zendesk that need to be enabled for interaction.
View comment · Posted Mar 20, 2025 · Furqan Hamid
0
Followers
0
Votes
0
Comments
Furqan Hamid commented,
You can check if the API provides a sandbox or test environment that simulates rate limits. Alternatively, some APIs allow you to set custom headers to trigger specific errors. If those options aren't available, you could mock API responses in your testing framework to simulate a 429 error.
View comment · Posted Mar 15, 2025 · Furqan Hamid
0
Followers
0
Votes
0
Comments