Interact text request, is it working?
I can only make it work if I first make a launch request to the interact endpoint.
If I make a text request (without a launch request prior), it does not work. The response is 200 but nothing happens in my agent.
- I set the userID in the chat.load() function that I use on my website:
window.voiceflow.chat.load({
verify: {
projectID: "<ID>"
},
url: "https://general-runtime.voiceflow.com",
versionID: "production",
userID: "myuserid"
});
- I use the same userID in the interact post URL: https://general-runtime.voiceflow.com/state/user/myuserid/interact
- I use a capture step in VF to receive the payload included in the text request.
- I tried with Zapier and with Make to send the text request.
I really don't know what I am doing wrong.
Any help is appreciated
Thanks
0 Replies