Connect OpenClaw with external services via Webhooks. Build AI-driven workflows and make your applications smarter.
OpenClaw Webhook is an automation integration feature that allows external applications to trigger AI tasks via HTTP requests. Whether building AI workflows or integrating AI capabilities into existing systems, Webhooks are powerful tools.
π Core Capability: With simple HTTP POST requests, you can trigger AI conversations, send emails, call APIs β truly "AI as a Service".
plugins:
- name: webhook
config:
enabled: true
port: 8080
authToken: "YOUR_AUTH_TOKEN"
curl -X POST http://localhost:8080/webhook \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_AUTH_TOKEN" \
-d '{"message": "Write a welcome message"}'
Visit openclaw.ai to learn more.