CRM Conversation Logs
Update CRM Conversation Log
Updates the status of a specific CRM conversation log.
PUT
/
crm
/
conversationLog
/
{logId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
logId
string
requiredThe 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
Was this page helpful?