Pricing Template Samples
Real-time Alerts and Signals - Usage
3min
real time usage and revenue alerts and signals amberflo can send alerts and signals via email and webhooks a signal can be defined on a specific customer, or on all customers a signal rule can be defined as exceeding a constant number or a percentage change of metered data over time signals can be defined on billing data as well to enable valuable alerts to customers, sales teams, and finance teams signal examples get an email for any customer that exceed 1000 hours per week get a slack message for any customer that used 20% less week over week account manager receives email whenever customer usage surpasses amount of prepaid credits in wallet head of finance receives email alert when 25, 50, 75, and 90 percent of quarterly revenue target is reached the easiest way to configure alerts & signals is via the console 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 }