need help troubleshooting “Clay received a 500 error from the API with Content: {“message”:“An error occurred.“}” https://app.clay.com/workspaces/135137/workbooks/wb_nCVcptVxg6HC/tables/t_BKsvrejom4ox/views/gv_ZAyKsSRagtrT
A 500 error typically indicates a server-side issue. Here are some troubleshooting steps you can take:1. Check your API request configuration: • Verify your endpoint URL is correct • Ensure your query string parameters are properly formatted • Confirm your request body format is valid 2. For the request body, make sure to: • Use proper quotes around text values • Remove any trailing commas • Check for proper data formatting • Consider using a JSON validator like JSONLint to verify your data structureIf the issue persists after trying these steps, you'll need to request human support as this may indicate a server-side problem that requires investigation. Sources: HTTP API integration overview | Documentation | Clay University FAQ: Why am I seeing the "failed to parse body" error when using the HTTP API enrichment?