Sign in

Create note for meeting

documented

Create a new note attached to a meeting.

POST /lucid/api/v1/meetings/{meeting_id}/notesMeetingsno 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://meet.lucidmeetings.com/lucid/api/v1/meetings/{{$meeting_id}}/notes" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{\"description\": \"{{$description}}\"}'
Create note for meeting · Lucid Meetings · OpenIntegrations