Error from a custom node

I am playing around with a custom node for sending Email to Attio, and keep having this pop up.

Error occurred while communicating with Attio API: 404 Client Error: Not Found for url: https://api.attio.com/v2/people/search

The email address does match a contact in Attio, so I’m confused by this error.

Hey @amyfu215 - A 404 error occurs on an API call when the server can’t find the requested resource. This can happen because of various reasons like incorrect endpoint or resource does not exist.

To troubleshoot this issue:

  • Check the Attio API documentation to verify the correct endpoint URL
  • Confirm your API credentials are valid
  • Check if the API requires specific headers or parameters
  • Try testing with a simpler request first (you can also test this on Postman)

In the custom node builder, you can also ask the AI to print or output any error messages, which you can then paste back to help fix the issue.

Let me know if this helps. If you’re still facing an issue please email me with the code and I’ll take a closer look - wasay@gumloop.com.

This topic was automatically closed 4 days after the last reply. New replies are no longer allowed.