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

    Here's how to fix JSON formatting issues in your output:1. Always use double quotes around text strings and keys: ā€¢ Correct: "name": "John" ā€¢ Incorrect: name: John 2. Follow these JSON formatting rules: ā€¢ Use quotes for string values ā€¢ Leave numbers and booleans without quotes ā€¢ For dynamic variables with trailing zeros (like "0004"), use quotes ā€¢ Separate key-value pairs with commas 3. Troubleshooting tips: ā€¢ Check for extra spaces, colons, and brackets ā€¢ Remove any hidden characters by pasting into a text editor ā€¢ Ensure all keys are properly separated by commas ā€¢ If combining plain text with dynamic column tags, create a Formula column firstFor validation, you can use JSONLint (jsonlint.com) to check your formatting before implementation. Sources: HTTP API with JWT Authentication - Clay University HTTP API - Clay University FAQ: Why am I seeing the "failed to parse body" error when using the HTTP API enrichment?

  • Avatar of Channeled
    Channeled
    APP
    Ā·
    Ā·

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

  • Avatar of Channeled
    Channeled
    APP
    Ā·
    Ā·

    Thank you so much for sharing your feedback Marouane!