Hey. I have a few RSS Feed links that I'd like to use to create Clay table using "Create new table using Pull RSS Feed". Now, if I want to use multiple links to get all their results in one table. Is it possible?
The RSS Feed source only accepts one URL per import. However, you can combine multiple RSS feeds in one table by: 1. Import each RSS feed separately to the same existing table using Actions → Import 2. Use our "write to table" feature to transfer data from multiple RSS feed tables into one destination table This way you'll get all RSS feed results combined in a single Clay table.
If I have 100+ links, how do I automate this?
For 100+ RSS feeds, you'll need to automate beyond the basic RSS source since it only accepts one URL per import. Best automation approach: Use webhooks with external automation tools like Make.com or Zapier to import multiple RSS feeds automatically. Set up Auto-Update to automatically process new data as it comes in. Steps: 1. Create a webhook endpoint in Clay (+ Create New → Import data from Webhook) 2. Set up your automation tool to fetch from all 100+ RSS URLs 3. Configure it to send the combined data to your Clay webhook 4. Enable Auto-Update for continuous processing This bypasses the single-URL limitation and fully automates the process for large-scale RSS imports.