Create Chat Thread
Create a chat thread.
A thread can be scoped to different contexts:
- General Company Onboarding: Only
company_idprovided - Google Ads Customer Onboarding:
company_id+customer_idprovided - Google Business Location Onboarding:
company_id+location_idprovided
Args: 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
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Body
The schema for creating an assistant's chat thread.
Response
Successful Response
The schema for an assistant's chat thread.
Schema for GoogleAdsCustomer model.
The schema for an assistant.