Notification Center
Configure coverage and performance alerts
Set up automated alerts when your primary provider falls behind competitors in fixture or market coverage, or when trading performance on a key market diverges from competitors. Stay informed and respond quickly without monitoring dashboards manually.
Overview
Notifications enable you to:
Create rules that trigger when coverage or performance gaps exceed your threshold
Receive email notifications when conditions are met
Receive webhook deliveries directly to your systems or tools
View in-app alerts from any BOOST page
Jump directly to analysis from any alert
Alert Types
Fixture Coverage
The fixture gap between your provider and a competitor reaches X fixtures
Market Coverage
The market gap between your provider and a competitor reaches X markets
Market Uptime
Your provider's uptime on a selected market differs from a competitor by X%
Margin Comparison
Your provider's margin on a selected market differs from a competitor by X%
Each rule compares your primary provider against each selected competitor individually — the alert fires as soon as any single competitor crosses the threshold.
Alert Direction
Every rule watches one direction:
Lower Than (default) — fires when your provider's value falls below a competitor by at least the threshold. Use it to catch coverage gaps, uptime drops, or margins that undercut the market.
Higher Than — fires when your provider's value exceeds a competitor by at least the threshold. Use it to spot overpricing on margins or anomalies worth investigating.
Creating a Rule
Navigate to Settings → Add New Rule
Configure the following:
Rule Name
A label to identify this rule
Analysis Type
Fixture Coverage, Market Coverage, Market Uptime, or Margin Comparison
Market
Required for Market Uptime and Margin Comparison rules; hidden for coverage rules. Select Sport, Location, and Competition first — the Market list is populated from those selections. Available markets: 1X2, Under/Over, Asian Handicap (more coming soon)
Alert Condition
The direction (Lower Than or Higher Than) and the gap that triggers the alert — a number of fixtures/markets for coverage rules, a percentage for Market Uptime and Margin Comparison rules
Package Type
InPlay or PreMatch
Sport
Required — select one sport
Location
Optional — narrow the scope
Competition
Optional — narrow the scope further
Primary Provider
Required — your baseline provider
Competitors
Required — select at least one
Active Rule
Toggle the rule on or off without deleting it
Email Notifications
Check to receive an email when the rule triggers
Webhook
Check to send an HTTP POST to your configured endpoint when the rule triggers. Requires a webhook to be configured in Delivery Methods first. The name of your configured webhook is shown below the checkbox.
Click Save Changes
Trading Performance Alerts
Market Uptime and Margin Comparison alerts use the same data you see in Trading Performance, so an alert always matches what the analysis shows.
Calculation window — both types evaluate a rolling 24-hour window, for InPlay and PreMatch alike
Market Uptime — calculated on finished fixtures only, so uptime reflects complete events rather than games still in play
Graph bell icons — the Market Uptime and Margin Comparison graphs in Trading Performance show a bell icon with an unread-alert badge; click it to view alerts for that graph
Email deep link — alert emails include a View Detailed Analytics button that opens the Performance Matrix pre-filtered to the rule's providers, market, analysis type, and time window
Notification Delivery
Sent when rule conditions are met
Multiple alerts are grouped by package type
Includes links to BOOST and analysis
In-App Bell
Badge shows count of unread alerts
Click to view related alerts
View All Alerts — opens full Alerts page
Clear All — removes alerts and resets the rule
Webhook
When a rule triggers, BOOST sends an HTTP POST request to your configured endpoint with a JSON payload
One endpoint per account — all webhook-enabled rules deliver to the same URL
Delivery status per rule is visible as a checkmark in the Webhook column of the Settings table
Setting Up Webhook Delivery
Webhook delivery requires two steps: configuring your endpoint, then enabling it per rule.
Step 1 — Configure your endpoint
Go to Notification Center → Delivery Methods
Click Add Webhook
Fill in the form:
Name
Required. A label for this webhook (e.g., "Slack Alert", "Risk Tool")
URL
Required. Your HTTPS endpoint. The URL is validated on save.
Custom Headers
Optional. Content-Type: application/json is pre-filled. Add additional key-value pairs as needed (e.g., an auth token).
Payload
Required. The JSON body sent on each delivery. Use template fields to include dynamic values.
Build your payload using the Payload Template Fields panel on the right. Click any field to insert it into the payload body.
$RuleName
Name of the rule that triggered
$PackageType
Package type (InPlay or PreMatch)
$PrimaryProviderName
Your configured primary provider
$CompetitorProvidersNames
Comma-separated competitor names
$SportName
Sport associated with the rule
$LocationName
Location associated with the rule
$CompetitionName
Competition (if configured)
$GapValue
Numeric gap that triggered the rule
$PointInTime
Timestamp of the trigger event
Example payload:
Click Save
Once saved, the webhook appears in the Delivery Methods table with its name and URL. To update it later, return to Delivery Methods and edit the entry. Changes apply to all rules using this webhook.
Step 2 — Enable webhook on a rule
Go to Notification Center → Settings
Open an existing rule using the ⋮ menu → Edit Rule, or click Add New Rule
In the Notifications section, check Webhook. The name of your configured webhook is shown below the checkbox.
Click Save Changes
The rule will now deliver an HTTP POST to your configured endpoint each time it triggers.
Webhook delivery status
In the Settings table, the Webhook column shows delivery status per rule:
✓
Webhook is enabled for this rule
(empty)
Webhook is not enabled for this rule
If your endpoint is not receiving deliveries, verify it is reachable and returns HTTP 2xx. Check that any required authentication headers are correctly set in Delivery Methods.
Testing Your Webhook
To verify your setup before using it in production:
Go to webhook.site and copy the unique URL assigned to you
In Delivery Methods, create a webhook using that URL as the endpoint
Enable the webhook on an existing rule in Settings
Wait for the rule to trigger (lower the threshold temporarily to speed this up)
Return to webhook.site — the incoming request will appear in the sidebar with your payload, all template fields resolved to real values
Once confirmed, replace the webhook.site URL with your production endpoint.
Managing Alerts
The Settings table shows a Market column (blank for coverage rules) and a Condition column (Lower Than / Higher Than) for every rule.
From the Alerts Page:
Filter by insight type, rule name, or date — the insight type filter covers all four alert types
Market Uptime and Margin Comparison alerts also show the Threshold you configured and the Current Gap that triggered the alert
Show Analysis — opens the matching analysis view (Coverage Comparison for coverage alerts, Trading Performance for uptime and margin alerts) with the rule's filters already applied
Edit Rule — modify alert configuration
Delete Alert — remove individual alerts
Bulk actions: mark as read/unread, delete
Related
Provider Benchmark — Coverage comparison
Trading Performance — Uptime and margin analysis
BOOST Overview — Main BOOST documentation
Last updated
Was this helpful?