Recent searches
No recent searches

Elaine
Joined May 13, 2021
·
Last activity Feb 28, 2025
Following
1
Followers
0
Total activity
287
Votes
17
Subscriptions
93
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Elaine
Elaine commented,
Thank you for your post. It sounds like you're facing a common challenge with Google SSO integration when deploying the Zendesk app via Intune.
When users are required to log in using a single corporate Google account, it can indeed cause issues if the app defaults to that account. Here are a few suggestions that might help:
-
Change Default Account Settings: You might want to look into the settings in Intune to see if it's possible to allow users to choose which account to log in with upon opening the Zendesk app.
-
Account Selection Prompt: Ensure that the login flow is set to prompt users for account selection rather than defaulting to the corporate account. This could require changes in either the Intune deployment settings or the app's configuration.
-
Test with Personal Accounts: If feasible, test logging in with personal Google accounts on devices that have the app installed to see if the issue persists. This might give you insights on whether it's an Intune-related configuration or a broader app issue.
-
Review Zendesk's SSO Documentation: Check the Zendesk support documentation related to SSO setups, as there may be specific configurations recommended for use with corporate accounts and Intune deployments.
Let us know how it goes, and feel free to share any updates!
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments
Elaine commented,
It sounds like you're working on a complex setup to manage multiple domains for your customers, and I appreciate the details you've provided.
Regarding the 422 unprocessable entity error, it’s likely related to how the placeholder for is being handled. Here are a few suggestions that might help:
-
Check Your Placeholder Syntax: Ensure that the placeholder is correctly formatted and that the field exists in the organization’s custom fields. It might be helpful to log the output to see what value is being sent.
-
API Endpoint Structure: Verify that the API endpoint structure is correct. It should properly include the organization ID you are targeting. The endpoint should look something like /api/v2/organizations/{organization_id}.
-
Testing with Dummy Data: If possible, test the webhook with dummy data specific to your organization to see if the issue persists. This can help to isolate whether the problem lies with the data or with the API call itself.
-
Call from Organization Directly: Regarding your question on making direct calls from the organization—yes, you can do that even if there isn’t a preceding user or ticket, provided you have the correct authentication in place.
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments
Elaine commented,
Thank you for your feedback! You’re absolutely correct—the business hour metric will depend on the specific settings you have configured for your account. If your business operates Monday through Friday and does not provide 24-hour support, weekends will not be included in the calculation since the business hour metric will depend on the business hour you have set on your account.
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments
Elaine commented,
It looks like you've put in a lot of effort to implement the changes outlined in the article. Here are a few suggestions that might help you troubleshoot the issue:
-
Double-Check Form ID and Module ID: Ensure that the form ID and module ID you copied are correct and associated with the right organization.
-
Inspect the Script for Errors: Look for any JavaScript errors in the console that may indicate why the dropdown isn't updating.
-
Verify Organization Name: Make sure that the organization name you specified in the script matches exactly what’s in the system (case-sensitive).
-
Review CSS Selectors: Confirm that the jQuery selectors ($('#request_issue_type_select option[value="' + formID + '"]')) are targeting the right elements on the page.
-
Clear Cache: Sometimes changes might not appear due to caching. Clearing your browser cache or checking in an incognito window could help.
-
Testing Alternative Users: If possible, test with different user accounts that belong to the new organization to see if the behavior varies.
Let us know how it goes!
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments
Elaine commented,
Yes, you can create a custom Help Center page template and insert a form dropdown for a different brand. This allows you to tailor the user experience based on the specific needs of that brand.
Use the Liquid markup to insert the dropdown. For a different brand, you may need to reference the specific form using the brand’s ID. The Liquid syntax typically looks like this:
<select name="form">
{% for form in forms %}
<option value="{{ form.id }}">{{ form.name }}</option>
{% endfor %}
</select>
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments
Elaine commented,
Thank you for bringing this up! I understand the challenge of managing messages from multiple Instagram and Facebook accounts without clear identification of the source.
While the current setup only shows "Instagram direct" or "via Facebook Messenger," we acknowledge the need for more specific indicators.
To address this, we recommend exploring the possibility of using tags, custom attributes or fields to capture which specific account the message is coming from. This could provide you with better context when responding to inquiries.
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments
Elaine commented,
Yes, you can filter data in Google Analytics by user organization information that you've set up in Zendesk. To achieve this, you typically need to:
-
Integrate Zendesk with Google Analytics: Ensure that your Zendesk is connected to Google Analytics, either through a direct integration or by using GTM (Google Tag Manager).
-
Custom Dimensions: Set up custom dimensions in Google Analytics to capture organizational data from Zendesk. You'll need to send this data as part of your tracking implementation.
-
Filter Views: Once your data is being sent to Google Analytics, you can create filters or segments based on these custom dimensions to view data specific to different user organizations.
- Reporting: Use the custom reports feature in Google Analytics to analyze the data filtered by user organization.
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments
Elaine commented,
It's great that you’re diving into the new email error feature! Regarding your query on the email error history, there are no specific limitations on how far back the data goes. However, do keep in mind that the API limits results to 100 per page. For more details on pagination, you can check out the Zendesk API documentation.
If you have any further questions or discover anything noteworthy during your exploration, please share!
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments
Elaine commented,
Good morning!
To display a warning based on specific dropdown selections and prevent ticket saving with a pending status, you may need to implement custom validation logic within your form. Consider using JavaScript or a similar approach to trigger the warning when certain options are selected in the dropdown.
If you’d like more detailed instructions or examples, the community might have insights on similar setups. Feel free to share your thoughts or ask any further questions!
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments
Elaine commented,
Thanks for your question about the Zendesk and Helix BMC integration. While I'm not directly aware of any specific plugins, I recommend checking the Zendesk Marketplace for available integrations. You might also find helpful insights on the community forums or by reaching out to other users who have experience with this integration.
If anyone else has faced a similar issue or has alternative solutions, I’m sure your insights would be invaluable!
View comment · Posted Feb 28, 2025 · Elaine
0
Followers
0
Votes
0
Comments