How can I send all Enrich person values (including arrays of objects like experience, languages, etc) via HTTP API? I tried all options Clay and Chatgpt suggested but every time it still fails. The table - https://app.clay.com/workspaces/261968/workbooks/wb_0swvnng824vypYDdVdv/tables/t_0swvnnuJdKuzx8TERw2/views/gv_0swvnnuJW4uiuxHvXuz
When sending complex data like arrays of objects through the HTTP API, JSON formatting is critical. Here are the key steps to ensure success: 1. Make sure all string values (including dynamic column references) are enclosed in double quotes. 2. Follow proper JSON syntax - use commas between key-value pairs but avoid trailing commas at the end of objects. 3. For arrays of objects, maintain the correct structure with square brackets and properly formatted objects inside. Could you share the exact JSON you're trying to send? I'd be happy to help troubleshoot the specific formatting issues. A JSON validator like JSONLint can also help identify formatting problems before sending.
Hey there Ksenia thanks for reaching out, sorry for the delay here, can you clarify which endpoint you are trying to send this data so that we can take a look here? Additionally are you looking to send all of the data points from the enrich person or only a handful of them.