hey guys, been trying to fix this for a while but cant get anywhere. any idea why the HTTP failed to parse body input (the final column) : https://app.clay.com/workspaces/156719/tables/t_dCY27Hw7rDR9/views/gv_uASjTtfSixjo
The "failed to parse body" error typically occurs when there are formatting issues in your JSON body. Here are the main reasons and how to fix them:1. Missing quotation marks around text strings and keys 2. Extra commas at the end of JSON objects 3. Incorrect formatting with dynamic variablesTo fix this:** Ensure all text strings and keys have double quotes (e.g., "name": "John") ** Remove any trailing commas in your JSON objects * For dynamic variables (/column): โข Enclose string variables in quotation marks โข Leave numbers without quotes (except for numbers with trailing zeros like "0004") โข If combining plain text with dynamic column tags, create a Formula column firstYou can validate your JSON using a tool like JSONLint to spot and fix formatting issues. Sources: FAQ: Why am I seeing the "failed to parse body" error when using the HTTP API enrichment? HTTP API with JWT Authentication - Clay University HTTP API - Clay University
Thanks! We've reopened this thread. You can continue to add more detail directly in this thread.
Thanks! We've reopened this thread. You can continue to add more detail directly in this thread.
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.