
Roman Sheydvasser
-
Activité totale28
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés0 utilisateur
-
Votes8
-
Abonnements10
Commentaires
Activité récente par Roman Sheydvasser-
Agent CSV export script: https://support.zendesk.com/hc/en-us/community/posts/4409217556506/comments/5071076068890
-
Agent CSV export script: https://support.zendesk.com/hc/en-us/community/posts/4409217556506/comments/5071076068890
-
Agent CSV export script: https://support.zendesk.com/hc/en-us/community/posts/4409217556506/comments/5071076068890
-
Python script to export agents into a CSV: import requests, csvfrom requests.auth import HTTPBasicAuthurl = 'https://YOUR_ZENDESK_SUBDOMAIN.zendesk.com/api/v2/search/export.json?query=role%3Aagent&...
-
You can also use the per_page parameter to list out all of your macros if you have more than 100: https://SUBDOMAIN.zendesk.com/api/v2/macros.json?per_page=1000
-
Fyi, if you're looking for information about how to do visual formatting / styles with Liquid markup, it's just plain html. To bold something: <b>bold</b> To make something into a heading: <h1>head...
-
You can also use something like a scriptmonkey/tampermonkey/greasyfork script to hide the left menu panel. This one is specifically for Zendesk: https://greasyfork.org/en/scripts/35585-toggle-sideb...
-
This appears to have happened to us with a zendesk chat transcript that was too long. Either a warning or a link to a full transcript would be great.
-
+1