Clay Icon
  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    The error you're seeing is likely a "failed to parse body" error, which typically occurs when there's an issue with the Body section of your HTTP API enrichment. This error usually means that the data you're sending to the API isn't formatted correctly. To resolve this, check for common formatting issues in your JSON: 1. Ensure all text values are surrounded by double quotes. 2. Check for proper comma usage between key-value pairs. 3. Look for any extra spaces, colons, or brackets that might be causing syntax errors. 4. Verify that you're using the correct API key. To help you troubleshoot further, could you please copy and paste the JSON from your Body section into this chat? This will allow me to identify any specific formatting issues.

  • Avatar of Channeled
    Channeled
    APP
    Β·
    Β·

    This thread was picked up by our in-app web widget and will no longer sync to Slack. If you are the original poster, you can continue this conversation by logging into https://app.clay.com and clicking "Support" in the sidebar. If you're not the original poster and require help from support, please post in 02 Support.

  • Avatar of Muhammad S.
    Muhammad S.
    Β·
    Β·

    You are trying to write to a table that is writing back to the same table which is causing this loop/.

  • Avatar of Garo A.
    Garo A.
    Β·
    Β·

    ah thanks Muhammad S. fixed now