Clay Icon

What does this error mean??

·
·

What does this error mean??

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    The "failed to parse body" error typically occurs when there's incorrect formatting in the Body section of your HTTP API enrichment. This usually happens when the data isn't properly formatted. Common causes include: • Missing quotation marks around text values • Extra commas where they shouldn't be • Special characters that aren't properly formatted • Hidden characters in the text Here's how to fix it: 1. Make sure all text values are in double quotes 2. Check that your keys are properly separated by commas 3. Remove any trailing commas at the end of objects 4. Double-check for extra spaces or hidden characters For example, instead of: LBKS{ name: John, age: 30, }LBKSUse: LBKS{ "name": "John", "age": 30 }LBKS

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Was that helpful?

  • Avatar of Channeled
    Channeled
    APP
    ·
    ·

    Hi Disha B.! This thread was recently closed by our Support team. If you have a moment, please share your feedback: