Get Contacts
get_contactsRetrieve all contacts from Tidio, including customers who reached out via chat or email. Supports pagination and email filtering to fetch specific contacts.
Instructions
Get all contacts from Tidio. Contacts are customers that have contacted company via chat or email.
This endpoint supports pagination. If the response contains meta.cursor with a non-null value, there are more results available. Pass that cursor value to the next request to fetch the next page. When meta.cursor is null, you've reached the end of the list.
Args: cursor (str, optional): Pagination cursor from previous response. Use the value from meta.cursor to fetch the next page of results. email (str, optional): Filter contacts by email address. Must be a full, valid email address (wildcards not supported).
Returns: Dict: A dictionary containing contacts information and pagination metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| cursor | No |