Endpoints
Conversation - Upsert Variable
Upsert (insert or update) a conversation variable. If the variable already exists for the given conversationId and varName, its value will be updated.
POST
/
variables
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
conversationId
string
varName
string
requiredvarValue
string
requiredResponse
200 - application/json
conversationId
string
requiredvarName
string
requiredvarValue
string
requiredWas this page helpful?