Leexi integration (Productivity, Communication). Imported from open-connector.
https://public-api.leexi.ai/v1/users
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Leexi. |
| items | integer | optional | The number of items to request per page from Leexi. |
/teams
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Leexi. |
| items | integer | optional | The number of items to request per page from Leexi. |
/calls
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Leexi. |
| items | integer | optional | The number of items to request per page from Leexi. |
| order | string | optional | The call ordering returned by the Leexi list calls endpoint. |
| dateFilter | string | optional | The Leexi date field used by from/to filters. |
| from | string | optional | An ISO 8601 lower bound timestamp for the selected date filter. |
| to | string | optional | An ISO 8601 upper bound timestamp for the selected date filter. |
| source | string | optional | The integration slug used to filter calls. |
| sourceIds | array | optional | The integration call ids used to filter results. |
| ownerUuids | array | optional | The owner user UUIDs used to filter calls. |
| participatingUserUuids | array | optional | The participant user UUIDs used to filter calls. |
| customerPhoneNumbers | array | optional | The customer phone numbers used to filter calls. |
| customerEmailAddresses | array | optional | The customer email addresses used to filter calls. |
| withSimpleTranscript | boolean | optional | Whether Leexi should include the simpleTranscript string in each call item. |
/calls/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Leexi UUID for this resource. |
/call_notes
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | The 1-based page number to request from Leexi. |
| items | integer | optional | The number of items to request per page from Leexi. |
| callUuid | string | required | The Leexi UUID for this resource. |
| promptUuid | string | optional | The Leexi UUID for this resource. |
/call_notes/{uuid}
| Param | Type | Required | Description |
|---|---|---|---|
| uuid | string | required | The Leexi UUID for this resource. |