Recherches récentes
Pas de recherche récente

Jacob the Moderator
Adhésion le 15 avr. 2021
·
Dernière activité le 21 mars 2025
My passion is to design and deliver the best digital user experiences, understand user behavior, and use that to drive and align with business objectives. I have over 10 years of experience in creating outstanding customer experiences using Zendesk products in the service and support domain. I have worked in various international companies and also in some startups. https://www.linkedin.com/in/jjohst/
Suivis
8
Abonnés
7
Activité totale
958
Votes
279
Abonnements
363
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Jacob the Moderator
Jacob the Moderator a ajouté un commentaire,
Erin O'Callaghan It seems that something has changed both with the JSON response - it no longer has a “value” property, and also with the Explore/Analytics custom attribute - it now accepts the field name from the UI.
Afficher le commentaire · Publication le 21 mars 2025 · Jacob the Moderator
0
Abonnés
0
Votes
0
Commentaire
Jacob the Moderator a ajouté un commentaire,
Hi Alan Peterson and Rich Herbert
I have not tested this, but using liquid markup to parse the subject line text should allow you to extract the two values you want and update the text fields with them.
For a subject line “Onboarding Request ABC|123”, the below webhook payload should extract the “ABC” value and set it to the field with the ID 19626217318ABC
, and for “123” set it on the field with ID 19626217318123
.
{
"ticket": {
"custom_fields": [
{
"id": 19626217318ABC,
"value": "{% assign parts = ticket.title | split: '|' %}{% assign value1 = parts[0] | split: ' ' | last %}{{ value1 }}"
},
{
"id": 19626217318123,
"value": "{% assign parts = ticket.title | split: '|' %}{% assign value2 = parts[1] | strip %}{{ value2 }}"
}
]
}
}
Afficher le commentaire · Publication le 27 févr. 2025 · Jacob the Moderator
0
Abonnés
1
vote
0
Commentaire
Jacob the Moderator a ajouté un commentaire,
Charles Nadeau This looks like an awesome resource for customizing notification emails! I wish I had this when I last went down that particular rabbit hole! 😁
I want to call out another limitation not mentioned here. There is only a single HTML template, and while you can customize it to support multiple brands, the logic that controls which brand identity to show is only supported for Ticket-related email notifications. If you also have multiple branded Guide / Help Center instances, things like following notifications will not conform to the branding logic.
I wrote a post about this last year when I became aware of this:
Multi-brand support for Guide Email notifications.
Afficher le commentaire · Publication le 04 févr. 2025 · Jacob the Moderator
0
Abonnés
0
Votes
0
Commentaire
Jacob the Moderator a ajouté un commentaire,
Hi Santiago,
If you read my earlier comment, it should guide you in how to prevent notifications from going out. Basically, you want to make sure that the notification trigger is prevented from running under some circumstances -there is no received at is not condition, but you can use a contains none of the following tags condition instead, and have a trigger above your notification trigger set it for the tickets that are received at those addresses you want to exclude.
The requester field is for conditions where someone from your team is the ticket requester, and will not help with targeting support addresses.
I hope this helps.
Afficher le commentaire · Publication le 26 janv. 2025 · Jacob the Moderator
0
Abonnés
0
Votes
0
Commentaire
Jacob the Moderator a ajouté un commentaire,
Hi Joy Daludado
I'm not sure that exact event is available, but webhooks do have some article-related events that could be investigated as a triggering event: Article events.
👆 This event could be used to start a flow (using a Zendesk webhook), but you would need some kind of middleware (Zapier, MS Power Automate or a ZIS flow for example) to take the Webhook response and modify it into a readable message and send that to Slack.
Afficher le commentaire · Publication le 13 nov. 2024 · Jacob the Moderator
0
Abonnés
0
Votes
0
Commentaire
Jacob the Moderator a ajouté un commentaire,
Hi Salman Shaik
You can create users one at a time or import large batches of them, I'll leave a few links below that will tell you how.
https://developer.zendesk.com/api-reference/ticketing/users/users/#create-user
Hope that helps you out!
Afficher le commentaire · Publication le 04 nov. 2024 · Jacob the Moderator
0
Abonnés
0
Votes
0
Commentaire
Jacob the Moderator a ajouté un commentaire,
Hi Rob Stack
I'm reviewing the sandbox creation report for rows where “copied” is "no", and I'm seeing a nameless row where “config_type” is “installations” - how do I find out what this is?
I have tried to look up the “source_config_id" in /api/v2/apps
and /api/services/zis/registry/integrations
but I haven't found a match. Hope you can help me progress here - thanks!
Afficher le commentaire · Publication le 24 sept. 2024 · Jacob the Moderator
0
Abonnés
0
Votes
0
Commentaire
Jacob the Moderator a ajouté un commentaire,
I agree completely! This change offers no value at all and is a major inconvenience.
It is also concerning that this was made unannounced and for no discernable reason.
Afficher le commentaire · Publication le 09 sept. 2024 · Jacob the Moderator
0
Abonnés
1
vote
0
Commentaire
Jacob the Moderator a ajouté un commentaire,
Thank you Alina Wright !🙏
Afficher le commentaire · Publication le 09 sept. 2024 · Jacob the Moderator
0
Abonnés
0
Votes
0
Commentaire
Jacob the Moderator a ajouté un commentaire,
Hi @...
Does this change allow routing triggers from the production instance to be replicated in the sandbox with using these faux support addresses?
Afficher le commentaire · Publication le 12 août 2024 · Jacob the Moderator
0
Abonnés
1
vote
0
Commentaire