Búsquedas recientes


No hay búsquedas recientes

Julio Fasolato's Avatar

Julio Fasolato

Incorporación 16 oct 2021

·

Última actividad 29 dic 2023

Seguimientos

0

Seguidores

0

Actividad total

14

Votos

3

Suscripciones

4

RESUMEN DE LA ACTIVIDAD

Última actividad de Julio Fasolato

Julio Fasolato hizo un comentario,

Comentario de la comunidad 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!

Ver comentario · Editado 30 sept 2023 · Julio Fasolato

0

Seguidores

1

Voto

0

Comentarios


Julio Fasolato hizo un comentario,

Comentario de la comunidad 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.

Ver comentario · Publicado 01 nov 2021 · Julio Fasolato

0

Seguidores

0

Votos

0

Comentarios


Julio Fasolato hizo un comentario,

Comentario de la comunidad 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!

Ver comentario · Publicado 01 nov 2021 · Julio Fasolato

0

Seguidores

0

Votos

0

Comentarios


Julio Fasolato hizo un comentario,

Comentario de la comunidad 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!

Ver comentario · Publicado 28 oct 2021 · Julio Fasolato

0

Seguidores

0

Votos

0

Comentarios


Julio Fasolato creó una publicación,

Publicación 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!

 

Publicado 01 jun 2021 · Julio Fasolato

0

Seguidores

3

Votos

1

Comentario


Julio Fasolato hizo un comentario,

Comentario de la comunidad 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!

Ver comentario · Publicado 12 may 2021 · Julio Fasolato

0

Seguidores

1

Voto

0

Comentarios


Julio Fasolato creó una publicación,

Publicación 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! :)

 

Publicado 11 may 2021 · Julio Fasolato

0

Seguidores

13

Votos

10

Comentarios