I’m using make.com to pull records from airtable and make them into new items in my square catalog. I keep getting an enotfound error. This is my first project so I could use some help.
I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
Additional Documentation
Make your First API Call
Design a Catalog
Generate Test Catalog Items
If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.
The ENOTFOUND error typically indicates that the host or hostname being requested couldn’t be resolved. This could be due to a typo in the URL or issues with the network connection.
Ensure that the URL you’re using to connect to the Square API or Airtable API is correct. Also, check your internet connection and make sure that there are no firewalls or proxies that might be blocking your requests.
If you’re using an API key or token for authentication, make sure it’s correctly included in your request.
Lastly, ensure that your request method (GET, POST, etc.) is appropriate for the API endpoint you’re trying to reach.
Remember, when working with APIs, it’s important to handle errors and exceptions properly in your code to prevent your application from crashing and to make debugging easier.
This answer was reviewed by @Bryan-Square.
Thanks, I’ll take another look and see what I’m missing.