Hello guys, I have a filtered Clay table where each lead has both a work email and a personal email. I want to send the same cold email to both addresses. I need to create a separate row for each email (so each lead shows up twice — once for the work email, once for the personal email). How do it do that?
You can use the "write to table" feature to create separate rows for each email address:
1. Click Actions
→ Send table data
2. Select your destination table
3. Choose Send row for each item in a list
4. Select the column containing both email addresses
5. Map the email data to columns in your new table
This will create individual rows for each email address, allowing you to send the same cold email to both work and personal emails.
Hey — you can handle this a couple of ways: ** Send Table Data: Send the table to a new one twice—once with the work email column, and once with the personal email column. That’ll give you one row per email. ** Multiple Enrichments: You can also set up two separate enrichments—one that uses the work email and one that uses the personal email. ** *Export Option: Alternatively, export the table twice—once with work emails and once with personal emails. Let me know which setup works best for you.