latestOpenAPI 3.0.32026-08-208185259.4 KB

f00047222b8f

Conversations

Create a new conversations:validate$

Validates if an upcoming meeting, which has not been saved in any way, will be automatically recorded.

post/api/v1/conversations:validate

Request body

detailsstring nullable
idstring required
linkstring required
locationstring nullable
participantsstring[] required
start_timestring required
subjectstring required

Example request

{
  "details": "Please ensure your computer or mobile",
  "id": "iakjvi1fjfff",
  "link": "https://zoominfo.zoom.us/j/95944577110",
  "location": "The Office",
  "participants": [
    "first@participant.com",
    "second@other.com"
  ],
  "start_time": "2021-01-31T00:00:00Z",
  "subject": "Gameplan on extension"
}

Response

Success