Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Check API HealthTLDV_CHECK_HEALTHAcciónTool to verify API availability and health status. Use when you need to check if the tl;dv API is operational before making other API calls.
TLDV_CHECK_HEALTHAcciónTool to verify API availability and health status. Use when you need to check if the tl;dv API is operational before making other API calls.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Download Meeting RecordingTLDV_DOWNLOAD_MEETING_RECORDINGAcciónTool to download a meeting recording file. Returns the recording file by following the API's redirect to a signed download URL (valid for 6 hours). Use when you need to retrieve the actual recording content for a specific meeting.
TLDV_DOWNLOAD_MEETING_RECORDINGAcciónTool to download a meeting recording file. Returns the recording file by following the API's redirect to a signed download URL (valid for 6 hours). Use when you need to retrieve the actual recording content for a specific meeting.
Parámetros de entrada
meeting_idstringObligatorioThe unique identifier of the meeting whose recording should be downloaded.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get MeetingTLDV_GET_MEETINGAcciónTool to retrieve a meeting by its unique identifier. Returns detailed meeting metadata including id, name, date, URL, duration, organizer, invitees, template, and extra properties. Use when you need to fetch information about a specific meeting.
TLDV_GET_MEETINGAcciónTool to retrieve a meeting by its unique identifier. Returns detailed meeting metadata including id, name, date, URL, duration, organizer, invitees, template, and extra properties. Use when you need to fetch information about a specific meeting.
Parámetros de entrada
meetingIdstringObligatorioThe unique identifier of the meeting to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Meeting HighlightsTLDV_GET_MEETING_HIGHLIGHTSAcciónTool to retrieve meeting notes (highlights) by meeting ID in human-readable format. Use when you need to fetch notes from a completed meeting. Highlights are only returned if the transcript is complete.
TLDV_GET_MEETING_HIGHLIGHTSAcciónTool to retrieve meeting notes (highlights) by meeting ID in human-readable format. Use when you need to fetch notes from a completed meeting. Highlights are only returned if the transcript is complete.
Parámetros de entrada
meetingIdstringObligatorioThe unique identifier of the meeting to retrieve highlights for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Meeting TranscriptTLDV_GET_MEETING_TRANSCRIPTAcciónTool to retrieve the complete transcript of a meeting by its ID. Returns transcript segments with speaker names, text, and timestamps. The transcript is only returned if it is complete.
TLDV_GET_MEETING_TRANSCRIPTAcciónTool to retrieve the complete transcript of a meeting by its ID. Returns transcript segments with speaker names, text, and timestamps. The transcript is only returned if it is complete.
Parámetros de entrada
meetingIdstringObligatorioThe unique identifier of the meeting to retrieve the transcript for
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Import MeetingTLDV_IMPORT_MEETINGAcciónTool to import a meeting, recording, or other media from a publicly accessible URL. The URL must point to media in a supported format (mp3, mp4, wav, m4a, mkv, mov, avi, wma, flac). Returns a job ID to track the import progress. Use when you need to add external recordings to tldv.
TLDV_IMPORT_MEETINGAcciónTool to import a meeting, recording, or other media from a publicly accessible URL. The URL must point to media in a supported format (mp3, mp4, wav, m4a, mkv, mov, avi, wma, flac). Returns a job ID to track the import progress. Use when you need to add external recordings to tldv.
Parámetros de entrada
urlstringObligatorioThe publicly accessible URL to import the meeting/recording from. Must be in a supported format (mp3, mp4, wav, m4a, mkv, mov, avi, wma, flac)
namestringOptional name/title for the imported meeting
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List MeetingsTLDV_LIST_MEETINGSAcciónTool to retrieve a paginated list of meetings from tldv. Returns meeting metadata including id, name, occurrence date, URL, duration, organizer details, invitees, and template information. Use when you need to view recorded meetings or search for specific meeting details.
TLDV_LIST_MEETINGSAcciónTool to retrieve a paginated list of meetings from tldv. Returns meeting metadata including id, name, occurrence date, URL, duration, organizer details, invitees, and template information. Use when you need to view recorded meetings or search for specific meeting details.
Parámetros de entrada
meetingTypestringenumType of meeting to filter by.
internalexternal
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not