v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBConversations
Save conversations
Save a new (or update an existing) set of conversations
post/v6/conversations
Request body
Example request
{
"data": [
{
"id": "con_12345",
"attachedEntityId": "btxn_67890",
"subject": "Transaction review needed",
"status": "ACTIVE",
"readStatus": "UNREAD",
"resolutionStatus": "OPEN"
}
]
}Response
Success
Example response
{
"data": [
{
"data": {
"id": "con_12345",
"company": {
"id": "co_123456",
"name": "ACME Corp"
},
"subject": "Transaction review needed",
"author": {
"email": "user@example.com"
},
"latestMessage": {
"id": "msg_67890",
"author": {
"email": "user@example.com"
}
},
"status": "ACTIVE",
"readStatus": "UNREAD",
"resolutionStatus": "OPEN"
}
}
]
}