Set property value
Set property value
Sets a property’s value on one conversation. Defining the property and setting it are separate calls, so the definition is reused across every transcript that carries it.
PUT
Set property value
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the transcript property to operate on.
Query Parameters
The ID of the project to operate on.
Body
application/json
Response
200 - application/json
Confirms the value was set on the transcript named in the request body. The body is a message only, so read the transcript back to see the stored value.
A human-readable message confirming the update.