Authorizations
string
required
Bearer authentication header of the form
Bearer <token>, where <token> is your OAuth access token.Request Body
string
required
The title of the call
string
required
The notes or content from the call
string
A unique identifier for the call (used as remote_id)
string
Call attendees in various formats:
"Name1, Name2 -- email1@example.com, email2@example.com"(names and emails)"Name1, Name2"(names only)"email1@example.com, email2@example.com"(emails only)"Name1 <email1@example.com>, Name2 <email2@example.com>"(combined format)
string
The source of the call (e.g., “Zoom”, “Teams”, “Google Meet”)
string
URL link to the call recording or meeting details
Response
string
Confirmation message: “Blob indexed”

