Error 429 with Make and Botpress Requests

Hi there, this is my first message in this community so i’m very sorry if this is not the right place to ask for help but i really need to solve this. I’m having trouble with a custom webhook integration. It’s giving me an “error 429” message which i searched and it’s about a rate limit usage or something like that. Does anybody know how to fix that? Thank you so much.

Hi @Carlos_Quintero and welcome to Make!

This might help you:

Hope that helps,

L

1 Like

Welcome to the Make community!

Handle errors so scenarios don’t stop.

You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.

Error directives can only be added to an error handler route.

1. Right click and select “Add error handler”

Screenshot_2024-04-13_220413

2. Error handlers will appear

For more information on error handling, see:

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

1 Like