Skip to main content
Offer webhooks notify your endpoint when changes occur to offers in your network.

Events

Offer Created

Fired when a new offer is created. This event does not fire when related objects are created (e.g., new offer URLs, Smart Links, or creatives). Payload: Matches the Find Offer By ID endpoint response with the targeting relationship always included.

Offer Updated

Fired when the offer itself is modified. Triggers include:
  • Name or description changes
  • Payout/revenue setting additions or modifications
  • Cap configuration changes
  • Fail traffic setting adjustments
Does NOT trigger for:
  • Partner visibility grants
  • Offer group modifications
  • Custom payout/revenue for specific partners
  • New or modified offer URLs
Payload: Same structure as Offer Created (includes targeting relationship).

Payload Fields

Relationship Objects

  • targeting: Offer targeting configuration (always included in webhook payloads)
  • category: Offer category details
  • labels: Applied labels
  • payouts: Payout/revenue entries
  • channels: Associated channels
  • thumbnail_asset: Thumbnail image details

Example Payload