Skip to content
openclawOS

Webhook

stable

Plug any HTTP event into a Pi session. The universal channel for everything that doesn't have a dedicated adapter.

Webhook is the escape hatch. Any HTTP POST to your Gateway can become a Pi message. Use it for:

  • Cron-fired events (“daily digest please”)
  • Third-party integrations (Zapier, Pipedream, n8n)
  • Custom apps that just want to talk to Pi without writing a full adapter

Setup

The Gateway exposes a webhook endpoint per binding: https://your-gateway/webhook/<binding-id>. POST JSON with a text field. Pi processes it and the response goes wherever the binding routes — back to the caller, into a channel, into another webhook.

Run Webhook through your own Pi.

Install openclawOS, pair this channel, message your agent. The whole loop is under five minutes.