Thread Item API
Multiple bodies with results:
provider_id:customer_id:User must be a direct member of customer organization (1) to create customer-only threads š
conversation_id:šØ Gate errors: You must provide "provider_id" or "customer_id" along with "conversation_id" to establish organizational context.
provider_id, customer_id:At least one of the following conditions must be met:
provider_id, conversation_id:User must be a direct member of provider organization (1) to create provider-only threads š
Conversation ID 1 must belong to provider organization (1) š
customer_id, conversation_id:User must be a direct member of customer organization (1) to create customer-only threads š
Conversation ID 1 must belong to customer organization (1) š
provider_id, customer_id, conversation_id:At least one of the following conditions must be met:
Conversation ID 1 must belong to provider (1) and customer (1) organizations š
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ id ]
JSON PUT body:
{
"conversation_id"?: integer
"customer_id"?: integer
"parent_message_id"?: integer
"parent_thread_id"?: integer
"provider_id"?: integer
"title"?: string
"user_id": integer
}Request payload
The body is of type object.
Successful response
The response is of type object.