broad-salmonB

Call my Voiceflow project from my external application deployed on Render.com

️⃣ πŸ” Review the FAQ & Help channel:start by searching the FAQ channel and this channel to check if your question has already been answered.

I couldn't find direct answers.

2️⃣ πŸ“ Format your post with:
What are you looking to achieve:

I am looking to call my Voiceflow project API endpoint from my external application deployed on Render.com.

What the issue is

Multiple methods are failing.

First method I tried with the 'node-fetch' method, I got the error "error":{"name":"verror","message":"Missing versionID in request","requestID":"444765"},"userID":"user-qknrqactg".
Second method I tried sing 'axios' as per https://github.com/voiceflow/api-examples/blob/master/nodeJS/, I got the error "Error connecting to Voiceflow: AxiosError: Request failed with status code 400".

Solutions that you've already tried
First method I ed 'node-fetch', The code I used is attached as text file (I already tried with versionID from General console and also by putting versionID as 'production')

Second method I tried using 'axios' and the code used is attached as a text fle.


Screenshots given. Please help in advising how I can fix this issue.
Was this page helpful?