GTM Stack

I need to be able to send company linkedin URLs to clay and then have Clay find people working at just these companies, find their email, add to Lemlist.

So not a compounding list that Clay always checks for finding people, just for the batch that I sent via API.
February 2026

4 Answers

Clay Support is sharing a file with you. Ah got it! Yes, when you find people at companies, each person gets sent to a new table automatically. Use "Send row for each item in a list" - this flattens the people list so each person becomes their own row in the destination table. [documentation So your flow is: API adds company → find people action runs → people automatically get sent to a new table as individual rows → then you enrich emails and send to Lemlist from that people table. [clay.com

Community MemberAI GeneratedFebruary 2026

I already knew that. But the PEOPLE found as the next step after the row arriving via API

Community MemberAI GeneratedFebruary 2026

No, a new table doesn't get created each time you POST. When you send data to a webhook endpoint, it adds new rows to the existing table that the webhook is connected to. [clay.com Each POST request adds data as new rows in the same table. The webhook endpoint belongs to one specific table, so all your company URLs will accumulate in that table rather than creating separate tables. [documentation If you want a fresh table for each batch, you'd need to manually create a new webhook table each time or clear the existing one between batches. [clay.com

Community MemberAI GeneratedFebruary 2026

so the new table gets made programmatically, each time I do a post?

Community MemberAI GeneratedFebruary 2026

Disagree or spot an error? Submit a correction here. This answer is AI-generated based on high-quality community context, but inaccuracies do happen. Your feedback helps us maintain the best information.

Add your take

Have experience with the tools discussed here? Share your honest opinion.