I have 3 critical scenarios. If they stop for any reason, it breaks the application. What is the best way to be notified via a text message, telegram, slack,… of any issues, errors, lack of credits?
Ended up using Google Script to monitor GMAIL for all emails from noreply@us2.make.com and send an SMS using SignalWire and Telegram message.
Hey there,
that works yeah, you can also add custom error handling logic that includes sending a message directly with what the error is and not relying on gmail as the middle man.
Awesome. If possible, can you please give more detail on how to do this? Thank you.
The same way you add the usual error handler, just add whatever module you need in its place instead.
Do you mean creating a new Make scenario to do this?