Unprocessable Entity whats this mean ?
"Unprocessable Entity" typically means there's a formatting error in your HTTP API enrichment's Body section. Common causes include: ** Missing quotation marks around text ** Extra commas where they shouldn't be ** Improperly formatted special characters *Quick fixes: 1. Ensure keys are surrounded by double quotes 2. Remove extra commas at the end 3. Check punctuation and syntax Could you copy and paste your JSON into the chat so I can help troubleshoot the specific formatting issue?
just see the columns and check urn entity is this valid by hsing http api or its giving you or not
You can validate URLs using our "Check if URL is Valid" integration, which takes a URL input and returns a boolean indicating validity. For HTTP API validation, you'd set up an HTTP API integration with your endpoint and configure the request parameters. The JSON body must follow proper formatting with strings in quotes and correct syntax. Could you copy and paste your JSON or the specific URN entity you're trying to validate so I can help troubleshoot the formatting?