Sign in

Create a note

documented

Create a new note in Productboard.

POST /notesNotesno 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.productboard.com/notes" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "content": "{{$content}}", "user": {"email": "{{$user_email}}", "external_id": "{{$external_id}}"}, "company": "{{$company}}", "display_url": "{{$display_url}}", "source": "{{$source}}", "tags": ["{{$tag1}}", "{{$tag2}}"]}'
Create a note · Productboard · OpenIntegrations