δΈ­ζ–‡

OpenClaw Webhook
Automation Workflow Integration

Connect OpenClaw with external services via Webhooks. Build AI-driven workflows and make your applications smarter.

What is OpenClaw Webhook?

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".

Use Cases

Configuration

plugins:
  - name: webhook
    config:
      enabled: true
      port: 8080
      authToken: "YOUR_AUTH_TOKEN"

Example Call

curl -X POST http://localhost:8080/webhook \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_AUTH_TOKEN" \
  -d '{"message": "Write a welcome message"}'

Conclusion

Visit openclaw.ai to learn more.