Store a transcript or summary
update_meeting_transcriptionAttach a meeting transcript or AI summary in markdown to an appointment. Update only provided fields; null clears existing content.
Instructions
Attach a meeting transcript and/or AI summary in markdown to an appointment. meetergo does not record calls, so the caller supplies the content. Only supplied fields change; null clears one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | Summary in markdown, or null to clear | |
| appointmentId | Yes | ||
| transcription | No | Full transcript in markdown, or null to clear |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| summary | No | ||
| transcription | No |