Schedule a Meeting Notetaker
documentedSchedule a notetaker for a future meeting (requires a join URL and UTC time).
POST /api/v1/meetingsScheduled Meetingsno implementation yet0 runsNo 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.rev.com/api/v1/meetings" \
-X POST \
-H "Authorization: Rev {{REV_API_KEY}}:{{REV_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"join_url": "{{$join_url}}", "year": {{$year}}, "month": {{$month}}, "day": {{$day}}, "hour": {{$hour}}, "minute": {{$minute}}, "notetaker_display_name": "{{$notetaker_display_name}}"}'