Offer webhooks notify your endpoint when changes occur to offers in your network.Documentation Index
Fetch the complete documentation index at: https://developers.everflow.io/llms.txt
Use this file to discover all available pages before exploring further.
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 thetargeting 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
- Partner visibility grants
- Offer group modifications
- Custom payout/revenue for specific partners
- New or modified offer URLs
targeting relationship).
Payload Fields
| Field | Type | Description |
|---|---|---|
network_offer_id | integer | Unique offer identifier |
network_id | integer | Network identifier |
network_advertiser_id | integer | Associated advertiser |
name | string | Offer name |
offer_status | string | Status (active, paused, pending) |
currency_id | string | Currency code |
destination_url | string | Default destination URL |
preview_url | string | Preview URL |
visibility | string | Visibility level |
daily_conversion_cap | integer | Daily conversion cap |
weekly_conversion_cap | integer | Weekly conversion cap |
monthly_conversion_cap | integer | Monthly conversion cap |
global_conversion_cap | integer | Lifetime conversion cap |
Relationship Objects
targeting: Offer targeting configuration (always included in webhook payloads)category: Offer category detailslabels: Applied labelspayouts: Payout/revenue entrieschannels: Associated channelsthumbnail_asset: Thumbnail image details
