Best way to know when scenarios are not running as it should

Hi guys, I have 60 scenarios running in Make right now, but I am having problems knowing when something is not right, like:

  1. When the APIs that I consume are presenting some kind of error, like sending blank data or changed the data structure, both cases happened and the scenario kept running, mostly because it does not passed my filters.

  2. Problems with my webhooks but on the side of the ERP, so… data was not been receiving for a while and you only know when other departments are complaning that something is not right.

How you guys/girls monitor your scenarios?

Hello,

Agreed, this sometimes becomes frustrating. Unfortunately, there is no easy way to handle this. The only solution would be adding some filters that will check for the fields that are required at the service’s end. If data for the field is not present then do nothing.

2 Likes