webhook_url을 통해 수신하는 Request body
Field | Type | Description |
---|---|---|
title | string | 미팅 제목 |
duration | Decimal(9,3) | 미팅의 길이 (seconds, 소수점 3째 자리까지) |
rec_date | string | 미팅이 업로드된 시각, ISO format timestamp; YYYY-MM-DDTHH:MM:SS+HH:MM |
source | string | 콜라보에 저장된 레코드 타입 |
enum("zoom", "google_meet", "teams_meet", "phone_call", "voice_recorder", "screen_recorder", "manual_upload") | ||
participant_phone_number | string | optional; 미팅이 통화 녹음 파일인 경우, 통화 상대방의 전화번호. |
예시: "+821012345678” |
Field | Type | Description |
---|---|---|
name | string | 사용자 이름 |
string | 사용자 email | |
phone_number | string | 사용자 전화번호 |
company | string | 사용자 회사 정보 |
Field | Type | Description |
---|---|---|
summary | string | 캘린더의 이벤트 제목 |
conference_url | string | 캘린더 이벤트의 미팅 링크 URL |
(Google meet과 Zoom & MS Team 링크가 같이 있을 경우 Zoom & MS Teams 링크를 반환) | ||
start | string | 캘린더 이벤트의 시작 시간 |
end | string | 캘린더 이벤트의 종료 시간 |
attendees_emails | list[string] | 캘린더 이벤트에 등록된 참석자의 이메일 주소 |
Field | Type | Description |
---|---|---|
type | string | enum("toc", "action_item", "keyword", "date_time", "summary", "takeaway", "action_item_ts") |
value | list | 미팅의 인사이트 값 |
Webhook으로 전달되는 Insight 값
Field | Type | Description |
---|---|---|
link | string | 콜라보로 연결되는 레코드 링크 |