← Tools Reference

Leexi

Leexi integration (Productivity, Communication). Imported from open-connector.

API key6 toolshttps://public-api.leexi.ai/v1
GET
leexi_list_users
List users in the current Leexi workspace.

/users

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request from Leexi.
itemsintegeroptionalThe number of items to request per page from Leexi.
GET
leexi_list_teams
List teams in the current Leexi workspace.

/teams

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request from Leexi.
itemsintegeroptionalThe number of items to request per page from Leexi.
GET
leexi_list_calls
List calls and meetings in the current Leexi workspace with optional filters.

/calls

13 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request from Leexi.
itemsintegeroptionalThe number of items to request per page from Leexi.
orderstringoptionalThe call ordering returned by the Leexi list calls endpoint.
dateFilterstringoptionalThe Leexi date field used by from/to filters.
fromstringoptionalAn ISO 8601 lower bound timestamp for the selected date filter.
tostringoptionalAn ISO 8601 upper bound timestamp for the selected date filter.
sourcestringoptionalThe integration slug used to filter calls.
sourceIdsarrayoptionalThe integration call ids used to filter results.
ownerUuidsarrayoptionalThe owner user UUIDs used to filter calls.
participatingUserUuidsarrayoptionalThe participant user UUIDs used to filter calls.
customerPhoneNumbersarrayoptionalThe customer phone numbers used to filter calls.
customerEmailAddressesarrayoptionalThe customer email addresses used to filter calls.
withSimpleTranscriptbooleanoptionalWhether Leexi should include the simpleTranscript string in each call item.
GET
leexi_get_call
Retrieve one Leexi call or meeting by UUID.

/calls/{uuid}

1 parameter
ParamTypeRequiredDescription
uuidstringrequiredThe Leexi UUID for this resource.
GET
leexi_list_call_notes
List call notes for a Leexi call, optionally filtered by prompt UUID.

/call_notes

4 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe 1-based page number to request from Leexi.
itemsintegeroptionalThe number of items to request per page from Leexi.
callUuidstringrequiredThe Leexi UUID for this resource.
promptUuidstringoptionalThe Leexi UUID for this resource.
GET
leexi_get_call_note
Retrieve one Leexi call note by UUID.

/call_notes/{uuid}

1 parameter
ParamTypeRequiredDescription
uuidstringrequiredThe Leexi UUID for this resource.