FeedPrep can automatically regenerate your exports on a schedule and serve them at permanent URLs that external systems can poll. This turns FeedPrep into a live feed server — your webshop, PIM, or marketplace always gets the latest data without any manual steps.

Static URLs

Each export configuration can have a static URL enabled. When activated, FeedPrep generates a permanent URL with a unique access token:

https://app.feedprep.com/exports/d/abc123-def456-ghi789.csv

Any system that can make an HTTP GET request can fetch the latest export from this URL. The response always contains the most recently generated version of that export.

How static URLs work

Setting up a static URL

  1. Go to your feed's Exports tab
  2. Open the export configuration you want to share
  3. Toggle Static URL to enabled
  4. Copy the generated URL and paste it into your external system's feed import settings

Scheduled Exports

Scheduled exports automatically regenerate your export file at a set interval. When combined with a static URL, this means external systems always get fresh data when they poll the URL.

Available frequencies

FrequencyDescriptionAvailable On
HourlyRegenerates every hourBusiness plan
Every 6 hoursRegenerates 4 times per dayPro plan and above
Every 12 hoursRegenerates twice per dayPro plan and above
DailyRegenerates once per day at your chosen timeStarter plan and above
WeeklyRegenerates once per week on your chosen dayStarter plan and above
MonthlyRegenerates on the 1st of each monthStarter plan and above

Higher-frequency schedules are available on higher plans. If you need hourly updates for a fast-moving catalog, the Business plan unlocks that. For most use cases, daily or every-6-hours is sufficient.

Setting up a schedule

  1. Go to your feed's Exports tab
  2. Open the export configuration
  3. In the Schedule section, select your desired frequency
  4. For daily schedules, choose the time of day (in your workspace timezone)
  5. For weekly schedules, choose the day and time
  6. Save — the next export will be generated at the scheduled time

Webhook Notifications

FeedPrep can notify your systems when an export has been regenerated. Each export configuration supports a webhook URL that receives a POST request when the export completes.

The webhook payload includes:

This is useful for triggering downstream workflows — for example, notifying your PIM to start an import job, or updating a status dashboard.

Common Use Cases

Automate Your Product Data Pipeline

Set it up once. FeedPrep keeps your feeds fresh and your systems in sync, automatically.

Start Free Trial