Leexi
leexiAI notetaker - Transcribe, analyse and summarize your calls and meetings.
Acciones disponibles (9)
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.
Create Meeting EventLEEXI_CREATE_MEETING_EVENTAcciónTool to create a new meeting event in Leexi with timing, participants, and recording preferences. Use when scheduling a meeting that needs to be tracked and potentially recorded in the Leexi system.
LEEXI_CREATE_MEETING_EVENTAcciónTool to create a new meeting event in Leexi with timing, participants, and recording preferences. Use when scheduling a meeting that needs to be tracked and potentially recorded in the Leexi system.
Parámetros de entrada
ownedbooleanIndicates ownership status of the meeting
titlestringMeeting title
end_timestringObligatorioMeeting end timestamp in ISO 8601 format
internalbooleanMarks meeting as internal
attendeesstring[]List of attendee email addresses
organizerstringEmail address of the meeting organizer
to_recordbooleanSpecifies if meeting should be recorded
user_uuidstringObligatorioUnique identifier for the user
start_timestringObligatorioMeeting start timestamp in ISO 8601 format
descriptionstringMeeting description
meeting_urlstringObligatorioThe URL of the 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
Delete Meeting EventLEEXI_DELETE_MEETING_EVENTAcciónTool to delete a specific meeting event by UUID. Use when you need to permanently remove a meeting event record from the Leexi system. This is a destructive operation that cannot be undone.
LEEXI_DELETE_MEETING_EVENTAcciónTool to delete a specific meeting event by UUID. Use when you need to permanently remove a meeting event record from the Leexi system. This is a destructive operation that cannot be undone.
Parámetros de entrada
uuidstringObligatorioThe unique identifier of the meeting event to delete
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 CallLEEXI_GET_CALLAcciónTool to get details of a specific call or meeting by UUID from Leexi. Use when you need to retrieve call details including topics and transcripts. The simple_transcript provides paragraph-level timestamps, while the transcript includes word-level timestamps.
LEEXI_GET_CALLAcciónTool to get details of a specific call or meeting by UUID from Leexi. Use when you need to retrieve call details including topics and transcripts. The simple_transcript provides paragraph-level timestamps, while the transcript includes word-level timestamps.
Parámetros de entrada
uuidstringObligatorioThe unique identifier (UUID format) of the call or 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 EventLEEXI_GET_MEETING_EVENTAcciónTool to retrieve a specific meeting event by UUID from Leexi. Use when you need to fetch details of a particular meeting event including timing, participants, and recording preferences.
LEEXI_GET_MEETING_EVENTAcciónTool to retrieve a specific meeting event by UUID from Leexi. Use when you need to fetch details of a particular meeting event including timing, participants, and recording preferences.
Parámetros de entrada
uuidstringObligatorioThe unique identifier (UUID format) of the meeting event 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
List CallsLEEXI_LIST_CALLSAcciónTool to list all calls and meetings in your Leexi workspace with pagination support. Use when you need to retrieve call records. Note: AI-generated content like summaries and chapters may not be immediately available for newly created calls.
LEEXI_LIST_CALLSAcciónTool to list all calls and meetings in your Leexi workspace with pagination support. Use when you need to retrieve call records. Note: AI-generated content like summaries and chapters may not be immediately available for newly created calls.
Parámetros de entrada
pageintegerPage number for pagination. Used to navigate through multiple pages of results.
itemsintegerNumber of items to return per page. Range: 1-100. Default: 10
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 Meeting EventsLEEXI_LIST_MEETING_EVENTSAcciónTool to list all meeting events in your Leexi workspace with pagination support. Use when you need to retrieve meeting events from the workspace.
LEEXI_LIST_MEETING_EVENTSAcciónTool to list all meeting events in your Leexi workspace with pagination support. Use when you need to retrieve meeting events from the workspace.
Parámetros de entrada
pageintegerPage number for pagination. Used to navigate through multiple pages of results.
itemsintegerNumber of items to return per page. Range: 1-100.
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 TeamsLEEXI_LIST_TEAMSAcciónTool to list all teams in your Leexi workspace with pagination support. Use when you need to retrieve team information or iterate through all teams in the organization.
LEEXI_LIST_TEAMSAcciónTool to list all teams in your Leexi workspace with pagination support. Use when you need to retrieve team information or iterate through all teams in the organization.
Parámetros de entrada
pageintegerPage number for pagination
itemsintegerNumber of items per page (1-100, default: 10)
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 UsersLEEXI_LIST_USERSAcciónTool to list all users in your Leexi workspace. Use when you need to retrieve information about workspace members. Supports pagination with configurable page size (1-100 items per page, default 10).
LEEXI_LIST_USERSAcciónTool to list all users in your Leexi workspace. Use when you need to retrieve information about workspace members. Supports pagination with configurable page size (1-100 items per page, default 10).
Parámetros de entrada
pageintegerPage number for pagination
itemsintegerNumber of items per page. Valid range: 1-100. Default: 10
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
Request Presigned URLLEEXI_REQUEST_PRESIGNED_URLAcciónTool to request a presigned URL for uploading a call recording before creating the call. Use when you need to upload a call recording file. After receiving the presigned URL, send a PUT request to the returned URL with the provided headers to upload the file (single-part upload). The uploaded file automatically expires after 3 days unless used to create a call.
LEEXI_REQUEST_PRESIGNED_URLAcciónTool to request a presigned URL for uploading a call recording before creating the call. Use when you need to upload a call recording file. After receiving the presigned URL, send a PUT request to the returned URL with the provided headers to upload the file (single-part upload). The uploaded file automatically expires after 3 days unless used to create a call.
Parámetros de entrada
extensionstringObligatorioThe file extension for the recording. Supported video formats: .mp4, .mkv, .avi, .webm, .mov, .wmv, .mpg, .mpeg. Supported audio formats: .mp3, .wav, .aac, .flac, .ogg, .m4a, .wma, .opus, .aiff, .alac, .amr, .ape, .dts, .ac3, .mid, .mp2, .mpc, .ra, .tta, .vox
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