POST
/
variables

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 conversation to which the variable belongs.

varName
string
required

Variable name (key).

varValue
string
required

Variable value.

Response

200 - application/json
conversationId
string
required
varName
string
required
varValue
string
required