Webhook relay service for OpenClaw agents. Receives webhooks from external systems, processes data, and stores for agent consumption.
POST /api/webhook/{agentName}/{source}/{type}?code={functionKey}
Path parameters:
agentName— Target agentsource— External system identifiertype— Data type
Items Table — Structured metadata with agent routing:
PartitionKey— TypeRowKey— Unique item IDAgentName— Target agentSourceType— Source and type combined- Type-specific fields
Blob Storage — Large content (email bodies, documents, transcripts)
Push to main triggers GitHub Actions deployment.
MIT