Hey there, First image is the clay table I created using google maps in clay and then I have to use HTTP API to know either website exits or not using the frame work given in the second image. I have to run a waterfall strategy__ HTTP Check (0.5 credits) on all websites โ 2. IF HTTP fails or shows issues: โ Run Claygent AI (1 credit) โ 3. IF Claygent confirms problems: โ Run BuiltWith (2 credits) โ 4. IF major issues confirmed: โ Find contacts (1-2 credits)Total: Only 4-5 credits for qualified leads vs 10+ credits checking everything. can you help me about the error i'm getting in HTTP API run. what should be the endpoint URL and what API key they are asking for?
{ "type": "object", "properties": { "Person": { "type": "object", "properties": { "FullName": { "type": "string" }, "FirstName": { "type": "string" }, "LastName": { "type": "string" }, "JobTitle": { "type": "string" }, "LinkedInProfile": { "type": "string" } }, "required": [ "FullName", "FirstName", "LastName", "JobTitle", "LinkedInProfile" ] }, "Company": { "type": "object", "properties": { "Domain": { "type": "string" }, "FromCompanyTableData": { "type": "string" } }, "required": [ "Domain", "FromCompanyTableData" ] }, "Person_Achievements": { "type": "array", "items": { "type": "object", "properties": { "title": { "type": "string" }, "summary": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "title", "summary", "date", "source_url" ] } }, "Company_Recent_Funding": { "type": "array", "items": { "type": "object", "properties": { "round": { "type": "string" }, "amount": { "type": "string" }, "date": { "type": "string" }, "investors": { "type": "array", "items": { "type": "string" } }, "source_url": { "type": "string" } }, "required": [ "round", "amount", "date", "investors", "source_url" ] } }, "Company_Recent_Hiring": { "type": "array", "items": { "type": "object", "properties": { "hire": { "type": "string" }, "role": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "hire", "role", "date", "source_url" ] } }, "Company_Rebranding_Campaigns": { "type": "array", "items": { "type": "object", "properties": { "summary": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "summary", "date", "source_url" ] } }, "Company_Open_Positions": { "type": "array", "items": { "type": "object", "properties": { "title": { "type": "string" }, "team": { "type": "string" }, "location": { "type": "string" }, "source_url": { "type": "string" }, "date_accessed": { "type": "string" } }, "required": [ "title", "team", "location", "source_url", "date_accessed" ] } }, "Company_Rapid_Expansions": { "type": "array", "items": { "type": "object", "properties": { "summary": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "summary", "date", "source_url" ] } }, "Company_New_Launches": { "type": "array", "items": { "type": "object", "properties": { "product_or_feature": { "type": "string" }, "date": { "type": "string" }, "source_url": { "type": "string" } }, "required": [ "product_or_feature", "date", "source_url" ] } }, "Company_Web_Design_Flaws": { "type": "array", "items": { "type": "object", "properties": { "page_url": { "type": "string" }, "issue": { "type": "string" }, "evidence": { "type": "string" }, "date_accessed": { "type": "string" } }, "required": [ "page_url", "issue", "evidence", "date_accessed" ] } }, "Research_Metadata": { "type": "object", "properties": { "research_date": { "type": "string" }, "notes": { "type": "string" } }, "required": [ "research_date", "notes" ] } }, "required": [ "Person", "Company", "Person_Achievements", "Company_Recent_Funding", "Company_Recent_Hiring", "Company_Rebranding_Campaigns", "Company_Open_Positions", "Company_Rapid_Expansions", "Company_New_Launches", "Company_Web_Design_Flaws", "Research_Metadata" ] }
Hi Clay support team, whenever I use AI to generate a prompt, it gives me the suggested output in JSON schema not FIELD. Even though I instructed AI to give me output in FIELD and not JSON schema but still I got it in JSON schema. Help me to get my prompt output in FIELD.
