Conversations
Create/Update Custom Variable
Creates a new conversation variable if the combination of conversationId
and varName
does not exist, or updates the varValue
if it already exists.
POST
/
variables
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 conversation to which the variable belongs.
varName
string
requiredVariable name (key).
varValue
string
requiredVariable value.
Response
200 - application/json
conversationId
string
requiredvarName
string
requiredvarValue
string
requiredWas this page helpful?