Alerts in Slack, Microsoft Teams and PagerDuty. 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.
Paste a Microsoft Teams workflow URL into any alert configuration. gridIQ detects it and posts a structured Adaptive Card — region, price, threshold, timestamp and a link back to the dashboard — straight into the channel. No connector code, no middleware.
Workflows replaced the retired Office 365 connector in 2025; gridIQ recognises both the newer logic.azure.com workflow URLs and the legacy webhook.office.com connector URLs.
gridIQ speaks the PagerDuty Events API v2. A price spike, reserve-margin warning or cumulative-price (CPT) breach can trigger a PagerDuty incident with severity, a dedup key and full event detail — so an energy-cost event escalates through the same on-call rotation your team already trusts.
https://events.pagerduty.com/v2/enqueue?routing_key=YOUR_INTEGRATION_KEYgridIQ maps each alert to a PagerDuty severity (extreme price spikes escalate to critical) and sets dedup_keyso retries collapse onto a single incident. The “Test” button sends a low-severity info event so you can confirm the wiring without paging on-call.
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. Security protections prevent deliveries to private or 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 Pro.
gridIQ is built to fit into your existing workflow, not replace it. Start your 21-day Professional trial and test every integration with full access.
Start free, no credit card required →