ERROR: getaddrinfo ENOTFOUND api.vapi.aihttps
# support
l
Hello Devs! I need some help creating an automated assistant for our demo. We set up a Google Form to collect basic information from potential leads, which is then recorded in Google Sheets. Next, we created a scenario in Make.com where, whenever new data is added to the Google Sheet, it is automatically sent to the mapped JSON in the VAPI module. From there, another module retrieves the specific "id" of the newly created assistant, replaces the id in the demo link, and sends the updated link to the client who requested the demo. However, after setting up this scenario, I encountered the following error: "getaddrinfo ENOTFOUND api.vapi.aihttps". I’d appreciate any help in resolving this issue. I also included the screenshots for reference. Thank you, and I look forward to your thoughts and insights! https://cdn.discordapp.com/attachments/1334889631333875793/1334889632080465994/2025-01-31_22-06-25.png?ex=679e2c59&is=679cdad9&hm=bbd3926f8c4c1dbad3287fd00ef4e6ab4bf7ba9b2ec36e372509af4be673e5ca& https://cdn.discordapp.com/attachments/1334889631333875793/1334889632445497406/2025-01-31_22-08-21.png?ex=679e2c59&is=679cdad9&hm=27600ae93a3c7eb173f014541bab5340a73cf88cd568cff3467e37227fc1f611&
a
HeyLB\_D Thank you for creating the ticket! A member of our team will reach out to you shortly.
v
@LB_D Hello! It sounds like you've put together a great system for automating your assistant creation process. The error you're encountering, "getaddrinfo ENOTFOUND api.vapi.aihttps", suggests that there is a problem with the DNS lookup or the URL you are trying to reach is incorrect. Here are a few steps you can take to resolve this issue: 1. **Check the URL**: Ensure that the URL you are using to make the API call is correct. It should start with
https://
and not include "https" again in the domain part. The correct format is likely to be
https://api.vapi.ai
. 2. **DNS Configuration**: Verify that your DNS settings are correct and that your network is able to resolve the domain name
api.vapi.ai
. 3. **Firewall or Network Restrictions**: Make sure that your network firewall or any other network restrictions are not blocking the outgoing connections to
api.vapi.ai
. 4. **API Endpoint Availability**: Confirm that the API endpoint you are trying to reach is available and not experiencing any downtime. 5. **Module Configuration**: Double-check the configuration of your Make.com module to ensure that you have entered the correct information and that there are no typos or extra spaces. If you've gone through these steps and the issue persists, it might be best to reach out to the support team of VAPI or Make.com for further assistance. They may need to look into the specifics of your setup to provide a more tailored solution. Please let me know if there's anything else I can assist you with!
You can continue this conversation by mentioning me in the message.
l
@User Thank you but I need the help of the support team of VAPI. I also created another version of the same scenario but now I used HTTP Make a request. The logic is the same but I got this error on my end. https://cdn.discordapp.com/attachments/1334889631333875793/1334893745530736641/2025-01-31_22-27-38.png?ex=679e302e&is=679cdeae&hm=f6f4cb858e2bbeb8c3ba5d3911d08af6d10033545caa7f27ff2d823f73f610d3&
m
try without the protocol but also It looks like "https://api.vapi.aihttps" was used instead of "https://api.vapi.ai"
l
Thank you @Mason | Building KOI for the response! But I want to ask, what protocol are you referring? Sorry I'm new to this and still exploring more about AI's and Make.
m
no worries. try your url without https:// in the first example. In the second example it looks like something is wrong with the json payload you're sending in the http request
what's in the place @ line 26 column 1715 of your spreadsheet
m
paste it into here: https://jsonlint.com/
m
sorry man only so much I can help without being inside your make (pause)
go back to your vapi example
and refer to this message
l
Thank you @Mason | Building KOI, it's fine but as to your first comment on the protocol I didn't use "https://api.vapi.aihttps/". Check screenshot https://cdn.discordapp.com/attachments/1334889631333875793/1334914127914864732/image.png?ex=679e4329&is=679cf1a9&hm=9442039243961df1d5b090bbdf176216ef502946635c1eda3d925914c5def00e&
try without https:// just a moonshot
l
Oh okay will do that, thank you so much!
Any thoughts @User?
m
@Chowderr do you know why it's duplicating whatever his address is
c
I wish I could put a no didy gif here.
No idea. I would stop using that VAPI module and just use a webhook.
m
hahah
@LB_D here is a video that shows how to set up the custom webhook instead:

https://www.youtube.com/watch?v=STzxtEf8Fu0â–¾

l
I'll gonna try to look into this, thanks @Mason | Building KOI
But if JSON code is valid even though I'm not using webhook, it should work fine right? Is there something at the backend?
s
We will be updating the make.com custom app for now can you use HTTP request directly?
Not sure with the error but like in the previous convo with Mason, I already validated the JSON code and it's valid so I'm clueless with that error