fix(openclaw): support /hooks/wake compatibility payload

This commit is contained in:
Dotta
2026-03-05 13:43:37 -06:00
parent 690149d555
commit a05aa99c7e
4 changed files with 291 additions and 10 deletions

View File

@@ -17,6 +17,8 @@ Don't use when:
Core fields:
- url (string, required): OpenClaw webhook endpoint URL
- If the URL path is \`/hooks/wake\`, Paperclip uses OpenClaw compatibility payload (\`{ text, mode }\`).
- For full structured Paperclip context payloads, use a mapped endpoint (for example \`/hooks/paperclip\`).
- method (string, optional): HTTP method, default POST
- headers (object, optional): extra HTTP headers for webhook calls
- webhookAuthHeader (string, optional): Authorization header value if your endpoint requires auth