Register a Rachio webhook to receive real-time irrigation and Smart Hose Timer events, and verify the HMAC signature

domain: rachio.readme.io · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Send POST https://cloud-rest.rach.io/webhook/createWebhook (note: a different host than the api.rach.io public REST base) with body {"resourceId": {"deviceId" or "valveId": "<id>"}, "url": "<https endpoint>", "eventTypes": [...] }, choosing event types that match the resource type.
  2. Call GET /webhook/listWebhookEventTypes first to confirm currently valid event type names for your resource, since Rachio periodically adds new types.
  3. Each delivered event POST body includes eventId, eventType, payload, resourceId, resourceType, and timestamp; use eventId to de-duplicate retried deliveries.
  4. Verify authenticity by recomputing HMAC-SHA256 over the exact received JSON body (minified, keys alphabetically sorted) using your Rachio API token as the shared secret, and compare it to the incoming x-signature header.
  5. Register at most 10 webhooks per resource; a webhook that fails to receive 10 consecutive events in a row is automatically deleted by Rachio.

Known gotchas

Related routes

Register a Daily.co webhook and verify inbound event signatures with HMAC
docs.daily.co · 6 steps · unrated
Subscribe to Lodgify webhooks and verify inbound event payloads using HMAC signature validation
docs.lodgify.com · 5 steps · unrated
Configure and verify HMAC-signed webhooks for real-time event notifications from Gingr
api-docs.gingrapp.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans