exploriumE
Voiceflow5mo ago
3 replies
explorium

How do i set user metadata for Transcripts?

I have added this code on my app after the user logging in:

await axios.patch( ${VOICEFLOW_API_URL}/state/user/${email}/variables, { email, tenantId, tenant }, { headers: { Authorization: VOICEFLOW_API_KEY, 'Content-Type': 'application/json' } } );

the request success but i dont see the user metadata on the transcript
Was this page helpful?