Overview
Cost Optix can deliver budget and anomaly alerts to your existing communication tools via webhooks. Webhooks are available on all plans. Supported platforms:- Slack
- Microsoft Teams (Workflow — recommended)
- Microsoft Teams (Legacy connector — deprecated)
- Discord
- Custom HTTP endpoint
Setting Up a Webhook
- Navigate to Settings → Webhooks
- Click Add Webhook
- Select your platform
- Paste your webhook URL
- Choose which events to subscribe to
- Optionally add a secret for payload verification
- Click Save and use Test to verify delivery
Webhook URLs by Platform
- Slack
- Teams (Workflow)
- Discord
- Custom
Create an Incoming Webhook in your Slack workspace:
- Go to api.slack.com/apps and create a new app
- Enable Incoming Webhooks in the app settings
- Click Add New Webhook to Workspace and select a channel
- Copy the webhook URL (format:
https://hooks.slack.com/services/...)
Event Types
Budget Events
Anomaly Events
Report Events
Payload Format
All deliveries usePOST with Content-Type: application/json.
Budget alert
Anomaly alert
Payload Verification
If you set a webhook secret, Cost Optix includes anX-Webhook-Signature header on every delivery signed with HMAC-SHA256. Verify it on your endpoint: