Skip to main content

Product update — December 2025

Webhook Notifications

M
Muhammad Norafif
Webhook Notifications

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

Spread the word

Know someone who needs this update?

Comments (0)

Please login to leave a comment.

No comments yet. Be the first to comment!

Stay ahead of the competition

Get product updates and ecommerce insights delivered to your inbox.