Create a chat thread.
A thread can be scoped to different contexts:
company_id providedcompany_id + customer_id providedcompany_id + location_id providedArgs: company_id (int): Cattix Company ID (required) thread (AssistantChatThreadCreateSchema): The chat thread to create customer_id (int | None): The ID of the Google Ads customer (optional) location_id (str | None): The ID of the Google Business Location (optional) login_customer_id (int | None): The Google Ads customer ID to log in as user (User): The current user
Returns: AssistantChatThreadSchema: The created chat thread
The access token received from the authorization server in the OAuth 2.0 flow.
The schema for creating an assistant's chat thread.
Successful Response
The schema for an assistant's chat thread.
Schema for GoogleAdsCustomer model.
The schema for an assistant.