mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
fix(openclaw): support /hooks/wake compatibility payload
This commit is contained in:
parent
690149d555
commit
a05aa99c7e
4 changed files with 291 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue