Adding some error handling - are triggers the best...
# community-help
t
Adding some error handling - are triggers the best way to handle error codes?
f
I was recently introduced to the following: • ‘Monitor Action’ under ‘Status’ • ‘Log Error on Status’ for HTTP Request actions Definitely opened up my world a bit vs strictly relying on Triggers, but unsure how much that helps. Still very new to Tines.
m
Yep - looks like we need to update our documentation, but you can monitor to a webhook or an email address if an action fails: https://hub.tines.com/docs/self-hosting/upgrade/release-notes#url-recipients-for-action-monitoring
Thanks for flagging @few-beach-25723!
t
Thanks, Tyler. I was in the middle of adding a trigger to check for http error codes from an api query.
The MSGraph API has been unreliable and I wanted to receive some kind of notification when it fails.
m
You can also use the retry on status flag if something is failing or getting rate limited intermittently