Recent searches


No recent searches

Julio Fasolato's Avatar

Julio Fasolato

Joined Oct 16, 2021

·

Last activity Dec 29, 2023

Following

0

Followers

0

Total activity

14

Votes

3

Subscriptions

4

ACTIVITY OVERVIEW

Latest activity by Julio Fasolato

Julio Fasolato commented,

Community comment 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!

View comment · Edited Sep 30, 2023 · Julio Fasolato

0

Followers

1

Vote

0

Comments


Julio Fasolato commented,

Community comment 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.

View comment · Posted Nov 01, 2021 · Julio Fasolato

0

Followers

0

Votes

0

Comments


Julio Fasolato commented,

Community comment 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!

View comment · Posted Nov 01, 2021 · Julio Fasolato

0

Followers

0

Votes

0

Comments


Julio Fasolato commented,

Community comment 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!

View comment · Posted Oct 28, 2021 · Julio Fasolato

0

Followers

0

Votes

0

Comments


Julio Fasolato created a post,

Post 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!

 

Posted Jun 01, 2021 · Julio Fasolato

0

Followers

3

Votes

1

Comment


Julio Fasolato commented,

Community comment 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!

View comment · Posted May 12, 2021 · Julio Fasolato

0

Followers

1

Vote

0

Comments


Julio Fasolato created a post,

Post 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! :)

 

Posted May 11, 2021 · Julio Fasolato

0

Followers

13

Votes

10

Comments