HTTP fetch lets an automation pull data from a URL you control — JSON APIs, simple text endpoints, internal tools — and feed the response into an agent run. It is how you bridge “our system has an HTTP API” to Telegram without building a custom integration for every vendor.
A Pro-oriented building block: during a scheduled or triggered automation, EasyClaw can request a URL, respect size and timeout guardrails, and pass the result into the model context so the output you see in Telegram is grounded in live data.
This is not a public HTTP API for EasyClaw itself — it is an integration primitive inside your automations. For pushing into EasyClaw from outside, see Inbound webhooks.
HTTP fetch for automations is a Pro capability in the V3 product direction. Starter remains strong for Calendar, RSS, and Telegram-native workflows. Confirm your entitlements in Starter vs Pro and checkout.
Requests are subject to timeouts and body size limits so shared infrastructure stays safe; exact ceilings are enforced in the product rather than documented as fixed numbers here.
Next step: from the dashboard, open Automations and add or edit an automation that matches your plan; use Troubleshooting if a fetch fails repeatedly.
Resources
Built with OpenClaw by Héctor Guedea