AsyncAPI channel · Eliq
· Eliq Notifications (webhooks)
/
All Eliq webhook events are delivered as HTTP POST with a X-Eliq-Signature header (t=
Channel address
/
Operations
receive
receiveNotification
Receive an Eliq notification event.
Messages
budget_weekly
A weekly budget completed under budget, exceeded its limit, or is forecast to exceed it.
Content-Type:
application/jsonbudget_monthly
A monthly budget completed under budget, exceeded its limit, or is forecast to exceed it.
Content-Type:
application/jsondaily_anomaly
Yesterday's consumption for a location was materially lower or higher than expected.
Content-Type:
application/jsonmonthly_anomaly
A location's consumption for the current month is unusually high.
Content-Type:
application/jsonnotifications_market_price_next_day_avg_price_alert
Next-day average electricity price alert. Generated and sent at 17:00 Stockholm time.
Content-Type:
application/jsonnotifications_market_price_next_day_hour_price_alert
Next-day hourly price peak alert. Generated and sent at 17:00 Stockholm time.
Content-Type:
application/jsonmonthly_insight
Summary of last month's energy usage, carrying localised header/content message text. Sent once the previous month's consumption is available for the location.
Content-Type:
application/jsonconnection_action_required
A meter-data connection changed state and needs the end user to act (e.g. AwaitingConfirmation -> Disconnected).
Content-Type:
application/jsonconnection_first_data_received
All connection entities have completed their first successful data sync.
Content-Type:
application/jsonAbout AsyncAPI
The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.
Browse every event-driven channel on the APIs.io network or compare with the broader Agent Skill and MCP server surfaces of the same providers.
Work with this as data
Every channel here is available over the APIs.io API and to AI agents over MCP.