Sign in

Create KB item

documented

Creates a new knowledge base item.

POST api/Kb_Item/PostKb_Itemno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.cayzu.com/api/Kb_Item/Post" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"body": "{{$body}}", "products": [ {"id": {{$kb_product_id_1}}}, {"id": {{$kb_product_id_2}} } ], "title": "{{$title}}", "is_private": {{$is_private}}, "brandId": {{$brandId}} }'
Create KB item · Cayzu · OpenIntegrations