Chat Processing

Client Methods

class performline.products.chatscout.api.ChatScoutClientMethods[source]

Methods for retrieving data from the ChatScout product

chats(id=None, limit=None, offset=None, brand=None, campaign=None)[source]

Retrieve one or more chats associated with an account.

Parameters:id (int, optional) – If specified, retrieve a single chat by the given ID. Otherwise, return all chats.
Returns:An instance of Chat if id is not None representing the chat with that ID. Otherwise, retrieve a list of Chat instances of all chats associated with the account.
Raises:See request()

Data Access Models

Models representing ChatScout API objects

class performline.products.chatscout.models.Chat(client, data=None, metadata={}, rest_root=None, primary_key=None, secondary_key=None)[source]

An object for retrieving data from and working with an individual chat.