CRM Conversation Logs
Create CRM Conversation Log
Creates a new CRM conversation log.
POST
/
crm
/
conversationLog
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
conversationId
string
requiredID of the associated conversation.
scenarioId
string
requiredID of the associated CRM scenario.
stepId
string
requiredID of the associated CRM step.
status
enum<string>
requiredStatus 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
Was this page helpful?