POST
/
crm
/
conversationLog

Authorizations

Authorization
string
headerrequired

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

Body

application/json
conversationId
string
required

ID of the associated conversation.

scenarioId
string
required

ID of the associated CRM scenario.

stepId
string
required

ID of the associated CRM step.

status
enum<string>
required

Status of the log.

Available options:
inactive,
active,
error

Response

201 - 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