Pricing Template Samples
Real-time Alerts and Signals - Usage
4 min
real time usage and revenue alerts and signals amberflo allows you to configure real time alerts and signals via email and webhooks , helping you stay informed about usage and revenue trends key features signals can be defined per customer or applied to all customers rules can be triggered based on exceeding a constant value percentage changes in metered usage or billing data over time signals can apply to usage metrics and billing data , enabling proactive communication across teams example signal use cases get an email notification when any customer exceeds 1,000 compute hours per week trigger a slack message when a customer uses 20% less week over week notify an account manager when a customer’s usage surpasses their prepaid wallet balance send email alerts to the finance team when 25%, 50%, 75%, and 90% of the quarterly revenue target has been reached configuration the easiest way to create and manage alerts and signals is through the amberflo console navigate to the alerts or signals section to begin setting up your rules supported keywords for web hook sample webhook payload { text "amberflo notification {{notification name}} ", blocks \[ { type "section", text { type "mrkdwn", text "amberflo notification {{notification name}}" } }, { type "section", block id "section567", text { type "mrkdwn", text "your meter value has exceeded the allowed threshold limit " } }, { type "section", block id "section789", fields \[ { type "mrkdwn", text " tenant \n {{tenant}}" }, { type "mrkdwn", text " meter \n {{meter name}}" }, { type "mrkdwn", text " threshold condition \n {{threshold condition}}" }, { type "mrkdwn", text " threshold limit \n {{threshold value}}" }, { type "mrkdwn", text " current value \n {{current value}}" } ] }, { type "section", block id "section790", text { type "mrkdwn", text "<{{ui hyperlink}}|click here to view usage details>" } } ] } rendered slack message post https //app amberflo io/notification https //app amberflo io/notification { "name" "api calls over 1000", "meter id" "{{meter id}}", "cron" "0 0 0", "webhook url" "https //hooks slack com/services/t01hzb7a0m6/b01n83nqv6h/lma2syqdunv3a7clbbd9vvjw", "email" "amberflo tester\@gmail com", "threshold condition" "greater than", "threshold value" "1000", "range" "day", "tenant" "per tenant", "enabled" true }