PUT
/
crm
/
conversationLog
/
{logId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

logId
string
required

The ID of the CRM conversation log to update.

Body

application/json
status
enum<string>

The new status for the CRM conversation log.

Available options:
inactive,
active,
error

Response

200 - application/json
id
string

The unique identifier for the CRM conversation log.

conversationId
string
scenarioId
string
stepId
string
status
enum<string>
Available options:
inactive,
active,
error
organizationId
string
createdAt
string
updatedAt
string
conversation
object
scenario
object
step
object