Message Item API
Multiple access controls based on provided filters:
provider_idMultiple bodies with results:
provider_id:customer_id:User must be a direct member of customer organization (1) to create customer-only messages 🔐
provider_id, customer_id:At least one of the following conditions must be met:
customer_idMultiple bodies with results:
provider_id:customer_id:User must be a direct member of customer organization (1) to create customer-only messages 🔐
provider_id, customer_id:At least one of the following conditions must be met:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ id ]
JSON PUT body:
{
"bot_id"?: integer
"conversation_id"?: integer
"customer_id"?: integer
"data"?: object
"thread_id"?: integer
"message": integer
"provider_id"?: integer
"reference_0_id"?: integer
"reference_0_type"?: integer
"timestamp": timestamp
"user_id": integer
"trace_id"?: string
}Request payload
The body is of type object.
Successful response
The response is of type object.