Alerts in Slack. Data in your models. Emissions in your reports. gridIQ doesn't replace your stack — it feeds it.
Paste a Slack incoming webhook URL into any alert configuration, and gridIQ automatically detects it and formats the notification as a structured Block Kit card — region, price, threshold, timestamp, and a direct link to the gridIQ dashboard. No Zapier, no custom Lambda, no integration code.
Every gridIQ alert can be delivered as an HTTP POST to a URL you specify.
{
"event": "price_spike",
"region": "SA1",
"value": 842.50,
"threshold": 300.00,
"unit": "$/MWh",
"triggered_at": "2026-03-14T14:35:00+11:00",
"dashboard_url": "https://gridiq.com.au/dashboard?region=SA1"
}All webhook deliveries include an X-GridIQ-Event header for routing. SSRF protection blocks deliveries to private and reserved IP ranges. Failed deliveries are logged in your alert history with status code and response time.
Generate up to 5 API keys from Settings. Authenticate with Authorization: Bearer <key>. All responses include rate limit headers.
Export your complete gridIQ account data as JSON from Settings → Account → Export Data. Includes profile, alert configurations, alert history, Scope 2 calculations, and consumption uploads. PDF export available for dashboard snapshots and Scope 2 reports on Team and Professional plans.
gridIQ is built to fit into your existing workflow, not replace it. Start your 14-day Professional trial and test every integration with full access.
Start free — no credit card required →