Recherches récentes


Pas de recherche récente

Julio Fasolato's Avatar

Julio Fasolato

Adhésion le 16 oct. 2021

·

Dernière activité le 29 déc. 2023

Suivis

0

Abonnés

0

Activité totale

14

Votes

3

Abonnements

4

APERÇU DES ACTIVITÉS

Dernière activité effectuée par Julio Fasolato

Julio Fasolato a ajouté un commentaire,

Commentaire de la communauté User resource library

Hello there @Moaz Magdy! Sorry for the delay. I haven’t taken a look at this in a while, but if I remember correctly, there’s a limit of 100 requests per minute or something like that. I can recall reading something about that at some point.

I’ll leave a link for you to take a deeper look: https://developer.zendesk.com/api-reference/introduction/rate-limits/

Or, if you cannot find the info, I really encourage you to file a ticket for Zendesk support. Back in the day, the were super helpful regarding these matters!

Sorry that I can’t help further on this, but if there’s anything else regarding this script in which I can help you, let me know and I’ll try to respond as quick as I can.

Cheers mate!

Afficher le commentaire · Modification le 30 sept. 2023 · Julio Fasolato

0

Abonnés

1

vote

0

Commentaire


Julio Fasolato a ajouté un commentaire,

Commentaire de la communauté User resource library

Kulin Joshi Check your authentication method. If your Zendesk is using 2FA, you won't be able to authenticate just with your email and password. In this case, you would need to authenticate with an API key.

This happened to me and it's the reason the support guy at Zendesk told me.

Afficher le commentaire · Publication le 01 nov. 2021 · Julio Fasolato

0

Abonnés

0

Votes

0

Commentaire


Julio Fasolato a ajouté un commentaire,

Commentaire de la communauté User resource library

Kulin Joshi You don't need to add any token there. In the WRITEDATA() function, you can see that the first thing to be declared/initialized is an array with 4 strings (triggersautomationsmacros,  items).

Later, there's a for loop that iterates over this array, and for each iteration, each of these items will be passed as an argument when we call the GETBACKUP() function, and this "token" will complete the URL to make the HTTP request.

Basically, it's what is going to allow you to make the request to the different API endpoints that are being used here to get the triggersautomationsmacros, and dynamic content items.

Hope this helps!

Afficher le commentaire · Publication le 01 nov. 2021 · Julio Fasolato

0

Abonnés

0

Votes

0

Commentaire


Julio Fasolato a ajouté un commentaire,

Commentaire de la communauté Q&A - Help center and community

Hi Nicholas Otter!

Yeah, that is doable. You'd need to use the ZD API. I've done similar things with Python and Javascript. Here you can find the article API documentation:

Something that I've personally found useful, is the Google Spreadsheets macros. You can basically save your backup in a spreadsheet, and these macros can be written in Javascript in the spreadsheet script editor (well, is Javascript with just tiny differences, but it's practically the same). Here you can find some Google Script documentation as well:

Hope this helps!

Afficher le commentaire · Publication le 28 oct. 2021 · Julio Fasolato

0

Abonnés

0

Votes

0

Commentaire


Julio Fasolato a créé une publication,

Publication Q&A - Help center and community

Hi there!

I've been using dynamic content placeholders for a ton of stuff lately since they're really helpful, I was even able to make the help center's static content dynamic, like headers, links, etc...

But something I can't seem to find is how to use these in topic titles and descriptions. This would be really helpful for us since it's not consistent at all to have all the Help Center translated to Spanish, but when users go to the forums they can only see topics in English, and we all are affected since non-English speaker users know which topic is for what, and we end up having posts in wrong topics, meaning that we end up wasting time moving those to the "right topic".

So, it would be really helpful to use these dynamic content placeholders in the topic titles and descriptions, at least to have the users understand what each topic is for. I'll leave some example screenshots.

Note: This doesn't work using "{{dc 'payments'}}" nor "{{dc.payments}}".

The only workaround I've thought about for this is creating topics in both languages, and dynamically show them using custom javascript in the template. But I mean, we should already be able to do this using at least the dynamic content feature.

Any insights about this would be really appreciated. Thank you!

 

Publication le 01 juin 2021 · Julio Fasolato

0

Abonnés

3

Votes

1

Commentaire


Julio Fasolato a ajouté un commentaire,

Commentaire de la communauté User resource library

Hi @...!

I'll look into this and I'll get back to you about this issue on GitHub. Thanks a lot for the feedback!

Afficher le commentaire · Publication le 12 mai 2021 · Julio Fasolato

0

Abonnés

1

vote

0

Commentaire


Julio Fasolato a créé une publication,

Publication User resource library

Hello there!

I just wanted to share with you all a little tool that I made using Google Spreadsheets to backup and restore automations, macros, and triggers. This comes in handy especially if you want to save up some costs by using other platforms.

This is not 100% automated in terms that you need to run the script manually every time you want to backup/restore something, but it helps a lot.

You can find the tool with its instructions in the following link:

https://github.com/juliofslt/Zendesk-restore-and-backup-tool

I know the code can be improved a little more to be shorter/more efficient, but I haven't had the time to do it. Either way, if you have any recommendations/advice, let me know!

Hope you find it useful! :)

 

Publication le 11 mai 2021 · Julio Fasolato

0

Abonnés

13

Votes

10

Commentaires