Use this automation to stay on top of metrics in Google Sheets and get alerted the moment something exceeds a limit.
Automatically send an email or Slack message whenever a cell value in Google Sheets exceeds a certain threshold.
Connect a Google Sheet to Lido. Lido will continually pull in the latest data and monitor for changes.
When a specified cell exceeds a certain value, automatically send an email or Slack alert with details to the relevant parties.
IF(A2 > 10, SENDGMAIL(<sender-credential>, "recipient@email.com", "Pacing ratio exceeded", "The daily pacing ratio has been exceeded by [@A2 value]")