Get notified when your feeds are generated. Webhook notifications let you trigger downstream processes automatically.
What's New
- Feed generation webhooks — POST request when a feed is generated
- Customizable payload — Include feed URL, product count, timestamp
- Retry logic — Failed webhooks are retried with exponential backoff
- Webhook logs — Track delivery status and response codes
Payload Example
{
"event": "feed.generated",
"feed_channel_id": 123,
"feed_url": "https://...",
"product_count": 5000,
"generated_at": "2024-12-20T10:30:00Z"
}
Use Cases
- Trigger Google Merchant Center fetch
- Update your CMS or PIM
- Send Slack/Teams notifications
- Start downstream ETL processes